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 (), 16,643 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
*.wdl and *.c #275343
07/01/09 03:46
07/01/09 03:46
Joined: Jun 2009
Posts: 31
USA
G
Gus65 Offline OP
Newbie
Gus65  Offline OP
Newbie
G

Joined: Jun 2009
Posts: 31
USA
whats the difference betweem these 2 *.wdl and *.c files
i see people writing scripts on both of them.

Re: *.wdl and *.c [Re: Gus65] #275345
07/01/09 04:05
07/01/09 04:05
Joined: Feb 2008
Posts: 3,232
Australia
EvilSOB Offline
Expert
EvilSOB  Offline
Expert

Joined: Feb 2008
Posts: 3,232
Australia
*.WDL files are C-Script files.
*.C files (and lesser *.H files) are Lite-C files.
This extension is the only way the the compiler knows which is which.

C-Script is the older and (in some peoples eyes) weaker language.
It just contains the scripts you write, or that are inserted by the templates.

Lite-C in the newer generation revision, which is much more like real C,C++.
Lite-C ALWAYS has one of these lines at the very top of the "main" file.
#include <acknex.h> or #include <litec.h>.
If you see a line that starts with #include then you know its a Lite-C script.

Other than these differences, Lite-C and C-Script look VERY similar to the untrained eye,
because Lite-C developed from C-Script, and because they still share almost all
the same function/command names.

Best of luck telling them apart......


"There is no fate but what WE make." - CEO Cyberdyne Systems Corp.
A8.30.5 Commercial
Re: *.wdl and *.c [Re: EvilSOB] #275351
07/01/09 05:15
07/01/09 05:15
Joined: Jun 2009
Posts: 31
USA
G
Gus65 Offline OP
Newbie
Gus65  Offline OP
Newbie
G

Joined: Jun 2009
Posts: 31
USA
thx a lot


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