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 |
|
Dmitry Kostochko
Add-in Express team
Posts: 2887
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
|
|