brightfyregit / Indie-Cross-Public

Apache License 2.0
70 stars 95 forks source link

Compiling errors in Main.cpp #13

Closed Similirity closed 2 years ago

Similirity commented 2 years ago

I'm getting this error while I'm compiling causing it to completely stop the process and I'm just not sure what to do.

Error: Main.cpp "include\openfl/events/ErrorEvent.h(51): error C2059: syntax error: 'constant'" "include\openfl/events/ErrorEvent.h(51): error C2238: unexpected token(s) preceding ';'"

Thanks.

RonyxDumb commented 2 years ago

Same error

Similirity commented 2 years ago

Ok i found the error, basically just delete every line of code associated with errorevent

RonyxDumb commented 2 years ago

Thx

polybiusproxy commented 2 years ago

Ok i found the error, basically just delete every line of code associated with errorevent

That breaks the crash handler, not recommended.