Click to See Complete Forum and Search --> : What is a dll file and how does it work


Dirk
March 30th, 1999, 01:04 PM
I am getting involved in databases and pulling information from one application and putting it into another. I know this is done using a dll file, however, I don't know how they work or what dll even stands for.


Please help an old COBOL programmer here

shellreef
March 30th, 1999, 01:20 PM
dll = Dynamic Link Library

Code is loaded dynamically and can be executed.

Shine
March 30th, 1999, 01:22 PM
Excerpt from MSDN:

*** dynamic-link library (DLL) ***

A .DLL file that contains one or more functions compiled, linked, and stored separately from the processes that use them. The operating system maps the DLLs into the process's address space when the process is starting up or while it is running. The process then executes functions in the DLL. See also process.

satishraja
July 2nd, 2001, 01:30 PM
www.mindcracker.com
find the dll link on the left side corner, u should be able to get the basics from it.


satV