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
1 registered members (TipmyPip), 18,574 guests, and 6 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
PATH doesn't work with A7.05 #148363
08/16/07 16:31
08/16/07 16:31
Joined: Aug 2005
Posts: 1,558
HK
V
vlau Offline OP
Serious User
vlau  Offline OP
Serious User
V

Joined: Aug 2005
Posts: 1,558
HK
I've updated to A7.05 and have the following codes
in my main.c

PATH "Art\\Texture";
PATH "Art\\weapon";
PATH "Art\\fx";

and in my work folder, I've the following directory
structure :

..\main\Art\Texture
..\main\Art\weapon
..\main\art\fx

When I compile main.c, I got this error message :

Error in 'MAIN' line 1: 'PATH' undeclared identifier

<PATH "Art\\Texture";>

Any ideas?

Re: PATH doesn't work with A7.05 [Re: vlau] #148364
08/16/07 16:39
08/16/07 16:39
Joined: Jan 2007
Posts: 651
Germany
R
RedPhoenix Offline
User
RedPhoenix  Offline
User
R

Joined: Jan 2007
Posts: 651
Germany
Do not define paths in the .c file. You need a wdl file for this. Create a .wdl script with the same name as your main .c file and do all PATH or LEVEL or BIND or SAVEDIR definitions there. You can read this up in the manual under script conversion "from Cscript to LiteC".

Last edited by RedPhoenix; 08/16/07 16:39.
Re: PATH doesn't work with A7.05 [Re: RedPhoenix] #148365
08/16/07 16:53
08/16/07 16:53
Joined: Aug 2005
Posts: 1,558
HK
V
vlau Offline OP
Serious User
vlau  Offline OP
Serious User
V

Joined: Aug 2005
Posts: 1,558
HK
Thanks. I've read the Mirgration page and already know it.
I'm just read the manual about PATH, some descriptions are
marked with 'A7' and 'LC', and I'm just think that 'PATH'
is also available in A7.05.

Re: PATH doesn't work with A7.05 [Re: vlau] #148366
08/16/07 17:24
08/16/07 17:24
Joined: Jan 2007
Posts: 651
Germany
R
RedPhoenix Offline
User
RedPhoenix  Offline
User
R

Joined: Jan 2007
Posts: 651
Germany
Yes it is of course available in A7.05 but it has like in A7.04 to stand in a wdl file. That's it.

Last edited by RedPhoenix; 08/16/07 17:24.

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