Dynamic Link Library (DLL)
- Last UpdatedMar 09, 2016
- 1 minute read
A DLL is a software library of functions stored in a file and loaded into memory at execution time in order to be accessed by other functions or modules.
A DLL is a software library of functions stored in a file and loaded into memory at execution time in order to be accessed by other functions or modules.