Definitions
DLL is Dynamic Link Library, a set of functions that can be executed, or data that can be used by a Windows application. DLL is also the file type for DLL files. For example, ‘crypt32.dll’ is the Crypto API32 DLL used for cryptography on Microsoft operating systems. There are hundreds and possibly thousands installed on your computer. Some DLLs are used only by a specific application, while others, such as crypt32.dll, are used by a wide variety of applications. The name refers to the fact that DLL’s contain a library of functions that can be accessed (linked) on demand
- http://en.wikipedia.org/wiki/Library_%28computer_science%29#Dynamic_linking
- http://www.webopedia.com/TERM/D/DLL.html
Misc Notes
DLL must be registered to work
- unregister old version
- associated module must NOT be open
- http://www.xp-vista.com/other/how-to-unregister-dll-files
regsvr32 /u <filename>.dll
- register new version
Registration Tool
- http://www.softcircuits.com/sw_apps.htm
- RegCtrl 2.0
Possible Errors
DLL Error
- client machine has DLL installed, but has not restarted
- restart the machine
Missing DLL
- if it’s a system file, try checking http://www.dll-files.com/
See Also
Category tags
Comments
No comments yet.
Add Comment





