PDA

View Full Version : .DLL files


Nadine
April 11th, 2002, 05:48 PM
I have been trying to use my microsoft publisher, and when i try to open it and error comes up that says" ERROR .DLL FILE NOT FOUND".... What is a .DLL file and how do i fix this problem?

ceh383
April 11th, 2002, 10:02 PM
Short for 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. A static link remains constant during program execution while a dynamic link is created by the program as needed. DLLs can also contain just data. DLL files usually end with the extension .dll,.exe., drv, or .fon.

A DLL can be used by several applications at the same time. Some DLLs are provided with the Windows operating system and available for any Windows application. Other DLLs are written for a particular application and are loaded with the application.


You may be able to find the missing file HERE (http://dll.yaroslavl.ru/)

ceh383
April 12th, 2002, 06:58 PM
Your DLL is HERE (http://www.dllstorage.com.ua/dll/P.html)

It's near the bottom of the list......