Can you please tell me more about the registering and un-registering of DLLs?
DLLs (dynamic link libraries) need to be registered with Windows to function correctly. This is done by using the REGSVR32 command-line tool, which adds DLLs to the system by introducing an entry for them into the registry and allowing them to function as an OLE/COM/DCOM automation object. A registered DLL must be unregistered (also by using REGSVR32) before it can be replaced with a newer version.

This was first published in March 2003

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.