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
1 registered members (henrybane), 1,182 guests, and 8 spiders.
Key: Admin, Global Mod, Mod
Newest Members
LucasJoshua, Baklazhan, Hanky27, firatv, wandaluciaia
19053 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
not working when using lite-c script #226121
09/08/08 03:52
09/08/08 03:52
Joined: Jun 2007
Posts: 236
acknex.exe
ACKNEX007 Offline OP
Member
ACKNEX007  Offline OP
Member

Joined: Jun 2007
Posts: 236
acknex.exe
my project file is working fine when using WDL.
but when i use lite-c i got some error after making exe.

for example ..
set(my,POLYGON);


this is not working . but if i set the polygon option in WED editor its working. why ?

please help me.
thanks.

Re: not working when using lite-c script [Re: ACKNEX007] #226130
09/08/08 06:30
09/08/08 06:30
Joined: Jul 2008
Posts: 553
Singapore
delinkx Offline
User
delinkx  Offline
User

Joined: Jul 2008
Posts: 553
Singapore
my.POLYGON = ON;

try this. some coding conventions have changed from WDL to Lite-C. consult manual for any line error u get. u will find the alternate code.


A7 commercial Team / VC++ 2008 Pro
homepage | twitter | facebook
Re: not working when using lite-c script [Re: ACKNEX007] #226672
09/10/08 18:36
09/10/08 18:36
Joined: May 2008
Posts: 331
Lithuania, Vilnius
Jaxas Offline
Senior Member
Jaxas  Offline
Senior Member

Joined: May 2008
Posts: 331
Lithuania, Vilnius
try my.flags = POLYGON; wink

Last edited by Jaxas; 09/10/08 18:36.

The smaller the bug, the harder it is to kill.
_________________________________________
Forklift DEMO (3dgs)
Re: not working when using lite-c script [Re: Jaxas] #226680
09/10/08 19:07
09/10/08 19:07
Joined: Sep 2003
Posts: 929
Spirit Offline

Moderator
Spirit  Offline

Moderator

Joined: Sep 2003
Posts: 929
Well if anything its

my.flags |= POLYGON;

or, which means the same

set(my,POLYGON);

and if that does not work you're doing something else very wrong in your script, like not including acknex.h.


Moderated by  HeelX, Spirit 

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