Jump to content

Dynamic-link library

From Simple English Wikipedia, the free encyclopedia
Revision as of 15:13, 23 January 2023 by 62.90.143.209 (talk) (removed 'the' from 'the Microsoft's implementation' for improved grammar)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Dynamic-link library (also written as Dynamic Link Library or DLL), is Microsoft's implementation of shared libraries used by the Microsoft Windows operating systems. These libraries usually have the file extension DLL, OCX (for libraries containing ActiveX controls), or DRV (for Windows legacy system drivers).

Any of the Microsoft Windows data files having the same file format as that of the Dynamic-link library can be called a resource DLL. Examples of such DLLs include icon libraries, sometimes having the extension ICL, and the font files, having the extensions FON and FOT.