PDA

Click to See Complete Forum and Search --> : How to register an OCX or DLL using regsvr32?


Michel Jr
Mar 29th, 2001, 12:26 PM
Hi,

What's the syntax to register an OCX?
And to register a DLL?
Is there any difference?

Thanks a lot...

Michel Jr.

Lethal
Mar 29th, 2001, 12:33 PM
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