View Full Version : DLL Files
lambo
01-11-2001, 03:41 PM
Can anyone out there tell me what exactly DLL files are. Also does anyone know a good source of information on what all the files in the windows system are.
Thank you
Paleo Pete
01-12-2001, 07:19 AM
The Webopedia (http://webopedia.internet.com/TERM/D/DLL.html) says a DLL is a Dynamic b]Link Library, a library of functions and data that can be used by a Windows application.
------------------
If at first you don't succeed, skydiving is not for you!
Note: Please post your questions on the forums, not in my email.
Computer Information Links (http://www.geocities.com/paleopete/)
xor_chad
01-12-2001, 07:46 PM
Hi
Library files are files that tell how to do specific routines.
DLL files are generally Library files that contain common routines that several applications perform. Therefore by having one shared Library, the compiled program is not so large because it does not have to include it. Laters...
------------------
Chad Wilson
C++/ASM Programmer
PC Support Technician
vBulletin v3.6.1, Copyright ©2000-2012, Jelsoft Enterprises Ltd.