Definitions for "Dynamic Link Library"
Keywords:  dll, routine, library, executed, load
A library of procedures that programs can call on. The DLL produces output related to the supplied input. DLLs can be somewhat of a black box, as you don't...
A library of core elements required by the Windows architecture. It contains all the functions and definitions needed to communicate with a program at run time.
modular set of routines that link to their calling programs at run time rather than during compilation; standardizes a common set of routines used by more than one program.
The Microsoft Windows equivalent of a dynamic shared object (DSO).