Jump to content

Dynamic link library

From EDM2
Revision as of 20:15, 10 December 2017 by Ak120 (talk | contribs) (Ak120 moved page Dynamic link library (DLL) to Dynamic link library)

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.