What Is a DLL File? Dynamic Link Library
DLL compilation will produce both DLL and LIB files. The LIB file is used to link against a DLL at compile-time; it is not necessary for run-time linking. COM server DLLs are registered using regsvr32.exe, which places the DLL’s location and its globally unique ID in the registry. If you’ve got a problem like a …
