Sorry your browser is not supported!

You are using an outdated browser that does not support modern web technologies, in order to use this site please update to a new browser.

Browsers supported include Chrome, FireFox, Safari, Opera, Internet Explorer 10+ or Microsoft Edge.

DarkBASIC Discussion / DLL means...?

Author
Message
GenTekZ
21
Years of Service
User Offline
Joined: 30th Dec 2003
Location: Virtual Reality
Posted: 7th Jan 2004 04:04
what is DLL? this puzzles me.

www.GenTekZ.tk
Bishop
22
Years of Service
User Offline
Joined: 18th Dec 2002
Location: In my favorite chair...
Posted: 7th Jan 2004 04:08 Edited at: 7th Jan 2004 04:09
dll means Direct Linked Library

from what i can gather, you can write different dlls for different tasks.....i think they are used as commands

"When you were born, you cried and the world rejoiced. Live so when you die, the world cries and you rejoice."
Jess T
Retired Moderator
21
Years of Service
User Offline
Joined: 20th Sep 2003
Location: Over There... Kablam!
Posted: 7th Jan 2004 05:14
I always thought DLL stood for Dynamic Link Library ??

Anywho...

A dll is basically a function writen in C or C++ or Delphi etc. etc.
It is then "compiled" ( much like we compiler our games into exe's, but a dll is compiled to a special format ). And then the function that was created is usable by other applications, such as DarkBasic.

In this manner, if you made a dll to add two numbers together, it would then be accessable from within DarkBASIC using the Call DLL command.

Hope I Helped...


Team EOD :: Programmer/Logical Engineer/All-Round Nice Guy
indi
22
Years of Service
User Offline
Joined: 26th Aug 2002
Location: Earth, Brisbane, Australia
Posted: 7th Jan 2004 10:00
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.



http://www.webopedia.com/TERM/D/DLL.html
GenTekZ
21
Years of Service
User Offline
Joined: 30th Dec 2003
Location: Virtual Reality
Posted: 8th Jan 2004 02:25
ok thanks guys

www.GenTekZ.tk
Wik
22
Years of Service
User Offline
Joined: 21st May 2003
Location: CT, United States
Posted: 8th Jan 2004 03:01
yes, It's dynamic


JoelJ
21
Years of Service
User Offline
Joined: 8th Sep 2003
Location: UTAH
Posted: 8th Jan 2004 06:49
i always thought it was Dumb Link Library...

Login to post a reply

Server time is: 2025-05-22 06:11:14
Your offset time is: 2025-05-22 06:11:14