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
3 registered members (AndrewAMD, Ayumi, NewbieZorro), 14,141 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
lite-c main function gets mixed up. #210371
06/10/08 06:19
06/10/08 06:19
Joined: Oct 2003
Posts: 130
Wollongong Australia
J
Jethro Offline OP
Member
Jethro  Offline OP
Member
J

Joined: Oct 2003
Posts: 130
Wollongong Australia
I just tried my lite-c project on A7.07, note this was working fine on A7.06.

It now loads the scripts and just when it should switch to full screen it terminates.

A long story short, I found that it was executing main_quit() function at engine start instead of main().

To fix this I had to copy the main() function to the end of my main lite-c file, so it is after the main_quit() function..

Now it works.

This must be a bug.

Jethro.

Re: lite-c main function gets mixed up. [Re: Jethro] #210379
06/10/08 07:44
06/10/08 07:44
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
Yes, that's correct - the main function just needs to start with "main...". I don't recall the reason for this, probably it was implemented this way to allow code modules to replace the main function. But I agree that this does not make much sense. We'll restrict the main function to "main" in the next update.


Moderated by  jcl, Nems, Spirit, Tobias 

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