Wednesday, July 1, 2009

How to Register a dll in windows

From the command prompt try the command

regsvr32 C:\Windows\System32\abd.dll

If it throws "DllRegister Server entry point was not found" then it means that dll does not have function DLLRegisterServer or DllUnregisterServer hence the error message. In other words it doesn't need to be registered.

No comments: