Results 1 to 2 of 2

Thread: How to register an OCX or DLL using regsvr32?

  1. #1

    Thread Starter
    Addicted Member Michel Jr's Avatar
    Join Date
    Jan 2000
    Location
    Brazil
    Posts
    175

    Question

    Hi,

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

    Thanks a lot...

    Michel Jr.

  2. #2
    PowerPoster Lethal's Avatar
    Join Date
    Oct 2000
    Location
    Ohio
    Posts
    2,496
    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
  •  



Click Here to Expand Forum to Full Width