|
-
Mar 29th, 2001, 01:26 PM
#1
Thread Starter
Addicted Member
Hi,
What's the syntax to register an OCX?
And to register a DLL?
Is there any difference?
Thanks a lot...
Michel Jr.
-
Mar 29th, 2001, 01:33 PM
#2
PowerPoster
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
Last edited by Lethal; Mar 29th, 2001 at 01:41 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|