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,619 guests, and 5 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
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 | 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