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
2 registered members (TipmyPip, 1 invisible), 18,789 guests, and 8 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
going to A7... #173739
12/19/07 10:34
12/19/07 10:34
Joined: Nov 2007
Posts: 50
C
Chaeon Offline OP
Junior Member
Chaeon  Offline OP
Junior Member
C

Joined: Nov 2007
Posts: 50
im considering going from A5 to A7 and am wondering if doing so will force me to abandon WDL for lite-C.

lite-c seems to be the same thing, but with painful syntax modifications that are completely gonna clog me up and make life difficult.

can I use A7 to its intended potential (or at all) with WDL?

thanks people


I HEART 3DGS
Re: going to A7... [Re: Chaeon] #173740
12/19/07 11:16
12/19/07 11:16
Joined: Jul 2006
Posts: 503
Australia
A
adoado Offline

User
adoado  Offline

User
A

Joined: Jul 2006
Posts: 503
Australia
Quote:


im considering going from A5 to A7 and am wondering if doing so will force me to abandon WDL for lite-C.





Eventually, C-script will be phased out and become obsolete, but A7 currently still supports C-Script.

If all you want to use is C-script, all of the C-script features are basically exactly the same in Lite-C. You will only have to know a handful of new things to get C-script to Lite-C. Only when you want to use the features of Lite-C like structs and new variable types does it become "new".

Thanks,
Adoado


Visit our development blog: http://yellloh.com
Re: going to A7... [Re: adoado] #173741
12/19/07 11:29
12/19/07 11:29
Joined: Jan 2003
Posts: 4,305
Damocles Offline
Expert
Damocles  Offline
Expert

Joined: Jan 2003
Posts: 4,305
you can still use c-script in A7.
Lite-C is still very buggy, even some documented code features dont work yet.
Until then you can use c-script in A7.

Re: going to A7... [Re: Damocles] #173742
12/19/07 12:09
12/19/07 12:09
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
We'll soon put a section into the FAQ to deal with the question whether to use WDL or lite-C after upgrading to A7. The short answer is "it depends".

Old WDL projects can be continued in WDL. The only exception is when you want to use particular lite-C features, like structs. A few new engine features are also lite-C only; if you want to use them you need to convert your project to lite-C.

New programming projects should always use lite-C. It does not make any sense to start a new project in an old language.

If your lite-C project is "still very buggy", better go and fix those bugs. Lite-C is finished since a year, so there's no need to wait for new versions. There will be new lite-C features, but they won't help you with bugs that you already have with the current version.

Re: going to A7... [Re: jcl] #173743
12/19/07 12:15
12/19/07 12:15
Joined: Jan 2003
Posts: 4,305
Damocles Offline
Expert
Damocles  Offline
Expert

Joined: Jan 2003
Posts: 4,305
Better you use a debugger for Lite-C, its your job.

typedef float[3] VEC3;

for example is stated in the manual, an does only give a syntax error.

Re: going to A7... [Re: Damocles] #173744
12/19/07 12:17
12/19/07 12:17
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt

Re: going to A7... [Re: Damocles] #173745
12/19/07 12:56
12/19/07 12:56
Joined: Oct 2003
Posts: 827
22�21'24"N 114�07'30...
Frederick_Lim Offline
User
Frederick_Lim  Offline
User

Joined: Oct 2003
Posts: 827
22�21'24"N 114�07'30...
I believe typedef is not intend to create a new data type for an array. It's good the compiler give a syntax error, not engine crash.

Re: going to A7... [Re: Frederick_Lim] #173746
12/25/07 12:44
12/25/07 12:44
Joined: Nov 2007
Posts: 50
C
Chaeon Offline OP
Junior Member
Chaeon  Offline OP
Junior Member
C

Joined: Nov 2007
Posts: 50
A7 IS SUPER DOOPER


I HEART 3DGS

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