Home · DLL Document · What is a Dll files

What is a Dll files

A DLL (Dynamic Link Library) is a small application (or sometimes a group of them), which is called by greater demand for providing a service or a set of instructions. DLL may reside in the Windows operating system itself or within Windows applications. The DLL is designed to save space by placing routines commonly used in a DLL file, rather than to place copies of all routines in each program. If your Windows applications and / or programs are missing DLL files correctly, you have probably been faced with either a reinstallation of your software or an application for non-work.

DLL errors can occur for many reasons. The most common is that, while removing a program unused your Windows system, you can delete a "sharing" DLL file used by another program installed on your system. Once this program is called by Windows, it remains blocked when he could not find the DLL file necessary to use the program, resulting in an error message. Other reasons could be:
Updates programs faulty Incomplete uninstallations Infructueuse reinstallations Accidental Deletion Accidentally moved and Windows can not find the file Focus has become corrupted for no apparent reason Focus is not up to date

This DLL download page contains links to many common and less common DLL files. Most files are in Zip file format. By using WinZip or similar, most users will simply have to decompress the file DLLs are in their Windows System folder to restore the functions of the program. For most machines, the location of the system directory is:

Windows 95/98/ME: C:WindowsSystem
Windows NT/2000: C:WINNTSystem32
Windows XP C:WindowsSystem32


After copying the selected file in the Windows System folder, it may be necessary for you to save the file. You can use the tool Regsvr32 (Regsvr32.exe) to register and deregister object linking and embedding (OLE) controls, such as dynamic link library (DLL) or ActiveX controls (OCX), which are files auto - recordable. This may be necessary to diagnose some problems with Windows, Microsoft Internet Explorer, or other programs. Here's how:

Click Start>> Run. Type cmd (or command) [Enter] You will now be in the screen DOS command prompt: To install / save the file type regsvr32 file.dll or regsvr32 file.ax (where 'file' is your filename) [Enter] To remove the file type regsvr32-u file.dll or file.ax regsvr32-u (where 'file' is your filename) [Enter] A message must be displayed confirming that you have registered or not the file.