Dynamic link library: Difference between revisions
Appearance
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..." |
m Ak120 moved page Dynamic link library (DLL) to Dynamic link library |
(No difference)
|
Revision as of 20:15, 10 December 2017
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.