0

what is dll file



Category: Computers & Internet

Like it on Facebook, Tweet it or share this question on other bookmarking websites.

0

A DLL is a library that contains code and data that can be used by more than one program at the same time. For example, in Windows operating systems, the Comdlg32 DLL performs common dialog box related functions. Therefore, each program can use the functionality that is contained in this DLL to implement an Open dialog box. This helps promote code reuse and efficient memory usage.
http://support.microsoft.com/kb/815065
Answered


0

The full name of dll is Dynamic Link Libraries.. A single dll is consist of code and data. Such dll used by many programs in the computer at the same time.
Answered


0

dynamic link libraries
Answered


0

This is a library file that is frequently used in assembly language.
Answered


Please register/login to answer this question.  Click here to login