View Single Post
Old 11-12-2013, 10:58 PM   #1
sansoni1
Registered User
 
Join Date: Oct 2013
Location: Hyderabad
Posts: 20
What is Ment By DLL ?

A DLL (Dynamic Link Library) is a file that can be loaded and executed by programs dynamically. Basically it’s an external code repository for programs. Since usually several different programs reuse the same DLL instead of having that code in their own file, this dramatically reduces required storage space. A synonym for a DLL would be library.
sansoni1 is offline   Reply With Quote