PDA

View Full Version : Dll


falavio
Jul 18, 2004, 05:25 AM
How to open dll files

Wendy225
Jan 18, 2005, 07:46 PM
Why would you want to.undefined

Nez
Jan 19, 2005, 04:09 PM
The short answer is that DLL files are not meant to be opened separate from the program which they belong too.A DLL (dynamic link file) is a file used by an application to communicate with PC attached devices.When a program loads,the DLL file is loaded if needed. :cool:

All the best,
Nez.


Here's where to go http://www.windll.com if any of your DLL files go AWOL.

Wendy225
Jan 19, 2005, 11:19 PM
Exactly :D