|
-
March 30th, 1999, 02:04 PM
#1
What is a dll file and how does it work
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
-
March 30th, 1999, 02:20 PM
#2
Re: What is a dll file and how does it work
dll = Dynamic Link Library
Code is loaded dynamically and can be executed.
-
March 30th, 1999, 02:22 PM
#3
Re: What is a dll file and how does it work
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.
-
July 2nd, 2001, 01:30 PM
#4
Re: What is a dll file and how does it work
www.mindcracker.com
find the dll link on the left side corner, u should be able to get the basics from it.
satV
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|