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..."
(No difference)

Revision as of 13:59, 14 November 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.