===== Dynamic Link Library (.dll) ===== [[dido:public:ra:xapend:xapend.a_glossary:start| Return to Glossary ]] A **Dynamic Link Library (.dll)** is a [[[[dido:public:ra:xapend:xapend.a_glossary:r:relocatbleobj | Relocatable Objects]]]] (i.e., shared program [[dido:public:ra:xapend:xapend.a_glossary:m:module|module]]) with ordered code, methods, functions, enums and structures that may be dynamically called by an executing program during run time. A DLL usually has a file extension ending in .dll. Other file extensions are .drv and .ocx. DLLs were developed by Microsoft and work only with the Windows [[dido:public:ra:xapend:xapend.a_glossary:o:os]]. Source: [[https://www.techopedia.com/definition/24835/dynamic-link-library-dll ]] /**=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- /* To add a discussion page to this page, comment out the line that says ~~DISCUSSION:off~~ */ ~~DISCUSSION:on|Outstanding Issues~~ ~~DISCUSSION:off~~