Jump to content

Dynamic link library

From EDM2
Revision as of 13:59, 14 November 2017 by Martini (talk | contribs) (Created page with "A file containing executable code and data bound to a program at load time or run time, rather than during linking. The code and data in a dynamic link library can be shared b...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A file containing executable code and data bound to a program at load time or run time, rather than during linking. The code and data in a dynamic link library can be shared by several applications simultaneously.