Gamestudio Links
Zorro Links
Newest Posts
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
Change chart colours
by 7th_zorro. 05/11/24 09:25
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
0 registered members (), 984 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
LucasJoshua, Baklazhan, Hanky27, firatv, wandaluciaia
19053 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 | chip programmers | 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