Gamestudio Links
Zorro Links
Newest Posts
Camera always moves upwards?
by clonman. 11/13/25 14:04
brokerCommand PLOT_HLINE parameters
by M_D. 11/13/25 10:42
ZorroGPT
by TipmyPip. 11/10/25 11:04
Training with the R bridge does not work
by frutza. 11/05/25 00:46
Zorro 2.70
by opm. 10/24/25 03:44
Alpaca Plugin v1.4.0
by TipmyPip. 10/20/25 18:04
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (Grant, AndrewAMD, ozgur, Quad, TipmyPip), 29,980 guests, and 3 spiders.
Key: Admin, Global Mod, Mod
Newest Members
sheliepaley, Blueguy, blobplayintennis, someone2, NotEBspark
19177 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,809
Chicago
AndrewAMD Online
Serious User
AndrewAMD  Online
Serious User

Joined: Feb 2017
Posts: 1,809
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,029
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,029
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