ocx and dll installation

Add-in Express™ Support Service
That's what is more important than anything else

ocx and dll installation
deployement with a programming language that support ActiveX 
ANDRIEUX Etienne




Posts: 1
Joined: 2005-08-22
Hello,

I'm not using VB, Delphi or C++ but i use a french language (Windev) that support ActiveX.

I want to give to my end-user your component. Can i let the .ocx and .dll files into the directory of my program .exe ? How can i registred with regsrv32 your ActiveX component ?

Thank you for your reponse,
Best regards
Posted 22 Aug, 2005 16:20:58 Top
Dmitry Kostochko


Add-in Express team


Posts: 2875
Joined: 2004-04-05
Hi Andrieux,

I want to give to my end-user your component. Can i let the .ocx and .dll files into the directory of my program .exe ?

See the Deployment section (page #32) of our Developer's Guide.

How can i registred with regsrv32 your ActiveX component ?

regsvr32 <file_name>.dll /s
regsvr32 <file_name>.ocx /s

Posted 23 Aug, 2005 12:01:17 Top