Definitions for "DLLs"
Dynamic Link Libraries - DLLs are libraries of object files or executable code modules available to programmers writing code for the Microsoft Windows operating environment. Functions and procedures written in languages like Pascal and C can be compiled and the object file stored in a DLL. These modules can be loaded at run time, and then unloaded when the code is no longer needed.The use of DLLs allows for a high degree of customization.