Hi,
What's the syntax to register an OCX?
And to register a DLL?
Is there any difference?
Thanks a lot...
Michel Jr.
Printable View
Hi,
What's the syntax to register an OCX?
And to register a DLL?
Is there any difference?
Thanks a lot...
Michel Jr.
Open a command prompt:
Ocx and Dll are registered the same:
Register:
Regsvr32 Path of ocx or dll
Unregister:
Regsvr32 /u Path of ocx or dll
Register an out-of process component:
- Compile it (only works on dev workstation)
- Run it standalone
- Run it standalone with /REGSEVER arguemnt
- Setup and Deployement Wizard