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
6 registered members (TipmyPip, Niels, dBc, Ed_Love, 3run, 1 invisible), 17,843 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
Error in 'windows.h' line 8022: #481205
08/13/20 10:55
08/13/20 10:55
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline OP
Senior Member
Grat  Offline OP
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
new version 2.30.5

alfaRun compiling...........
Error in 'windows.h' line 8022:
syntax error
< VOID WINAPI FatalExit(long ExitCode);
>.

Re: Error in 'windows.h' line 8022: [Re: Grat] #481206
08/13/20 10:57
08/13/20 10:57
Joined: May 2015
Posts: 390
Czech Republic
G
Grat Offline OP
Senior Member
Grat  Offline OP
Senior Member
G

Joined: May 2015
Posts: 390
Czech Republic
may be must:

Code
VOID WINAPI FatalExit(long ExitCode);

change to

VOID WINAPI FatalExit(long lpExitCode);

Re: Error in 'windows.h' line 8022: [Re: Grat] #481209
08/13/20 11:25
08/13/20 11:25
Joined: Feb 2017
Posts: 1,806
Chicago
AndrewAMD Offline
Serious User
AndrewAMD  Offline
Serious User

Joined: Feb 2017
Posts: 1,806
Chicago
I believe the new ExitCode beta feature was rolled into the release candidate, causing this error!
https://zorro-project.com/manual/en/exitcode.htm

Re: Error in 'windows.h' line 8022: [Re: Grat] #481214
08/13/20 14:55
08/13/20 14:55
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt
Indeed. For fixing it, edit windows.h and in line 8022, change "ExitCode" to "uExitCode". This will be fixed in the final release.


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