Jump to content

Dynamic link library: Difference between revisions

From EDM2
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..."
 
Ak120 (talk | contribs)
(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.