It stands for "Dynamic Linked Library." Basically, it's where a given program stores all its codes. One very special thing about this type of file is that you cannot edit it at all using typical methods such as opening it with notepad.
(If you are thinking about deleting one that you see, it's best that you leave it alone instead because it will have bad effects on the program you are trying to run and may cause you having to reinstall the program.)
2007-04-04 22:34:04
·
answer #1
·
answered by Col 4
·
1⤊
2⤋
A DLL is a Dynamic Link Library
In a nut shell, a dynamic link library (DLL) is a collection of small programs, which can be called upon when needed by the executable program (EXE) that is running. The DLL lets the executable communicate with a specific device such as a printer or may contain source code to do particular functions.
An example would be if the program (exe) needs to get the free space of your hard drive. It can call the DLL file that contains the function with parameters and a call function. The DLL will then tell the executable the free space. This allows the executable to be smaller in size and not have to write the function that has already exists.
This allows any program the information about the free space, without having to write all the source code and it saves space on your hard drive as well. When a DLL is used in this fashion are also known as shared files.
The advantage of DLL files is that, because they do not get loaded into random access memory (RAM) together with the main program, space is saved in RAM. When and if a DLL file is called, then it is loaded. For example, you are editing a Microsoft Word document, the printer DLL file does not need to be loaded into RAM. If you decide to print the document, then the printer DLL file is loaded and a call is made to print.
All in all a DLL is an executable file that cannot run on its own, it can only run from inside an executable file. This would be like having a car without an engine, where as an executable has an engine.
HOPE THIS HELPED
MUCH LOVE
PATRICK
2007-04-05 05:35:30
·
answer #2
·
answered by Patrick S 2
·
0⤊
1⤋
DLL file is the Dynamic Link Library, a library of executable functions or data that can be used by a Windows application. Typically, a DLL provides one or more particular functions and a program accesses the functions by creating either a static or dynamic link to the DLL.
2007-04-05 05:40:15
·
answer #3
·
answered by Anonymous
·
0⤊
0⤋
Dynamic Link Library. It is a file that contains executable code that different programs can use. (e.g. "Add a button the user can click on" is something that lots of programs can do, by having the code in a library it doesn't need to be included in every program on the system seperately).
2007-04-05 05:33:33
·
answer #4
·
answered by David D 7
·
0⤊
0⤋
Dynamic Link library
For more info, go to Wikipedia and search for: .dll
2007-04-05 05:31:46
·
answer #5
·
answered by ELfaGeek 7
·
0⤊
0⤋
the system file for windows to run the program
2007-04-05 05:33:54
·
answer #6
·
answered by keanhong2 2
·
0⤊
3⤋