Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
0 registered members (), 18,008 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
DLLs #295265
10/23/09 23:27
10/23/09 23:27
Joined: Aug 2009
Posts: 49
USA, South Carolina.
Silence_ Offline OP
Newbie
Silence_  Offline OP
Newbie

Joined: Aug 2009
Posts: 49
USA, South Carolina.
I keep hearing about dlls, and i'm starting to what are they used for, how do you make them, and can you make then in SED.

So can anyone help me with these questions?


If "Pro" is the opposite of "Con", then is progress the opposite of congress?
Re: DLLs [Re: Silence_] #295268
10/24/09 00:56
10/24/09 00:56
Joined: Nov 2007
Posts: 1,143
United Kingdom
DJBMASTER Offline
Serious User
DJBMASTER  Offline
Serious User

Joined: Nov 2007
Posts: 1,143
United Kingdom
DLL means 'dynamic link library', and is basically a way to share common functions between applications. If you are eg, writing a series of applications that will involve complex calculations then instead of writing the same function in each program you write, you can write the functions in a DLL and then just 'include' that into your application.

This helps by making sure each application has the same version of the function, and you can just update the DLL rather than each program.

You create DLLs using a 'higher-level' language like C+++/delphi/etc so you will need an appropriate editor like visual studio, borland etc.

I wrote a article on the wiki about how to create DLLs for use with lite-c and c-script...

http://www.opserver.de/wiki/index.php/Writing_a_basic_DLL


Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1