Windows : How to register a dll

By | March 26, 2011

How to register a manually added dll file?

Simply run the following in a command line:

regsvr32 <path_to_dll_file.dll>