Gamestudio Links
Zorro Links
Newest Posts
webGL
by Ice2642. 11/17/25 21:27
Camera always moves upwards?
by NeoDumont. 11/17/25 09:56
Future of ZorroHFT
by TipmyPip. 11/16/25 13:52
COT Download with Quandl does not work
by Petra. 11/15/25 09:35
Training with the R bridge does not work
by Petra. 11/15/25 09:31
Zorro 2.70
by jcl. 11/15/25 08:43
brokerCommand PLOT_HLINE parameters
by M_D. 11/13/25 10:42
ZorroGPT
by TipmyPip. 11/10/25 11:04
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
4 registered members (Ice2642, TipmyPip, AndrewAMD, Quad), 6,694 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
tritom, sheliepaley, Blueguy, blobplayintennis, someone2
19178 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