brightfyregit / Indie-Cross-Public

Apache License 2.0
70 stars 95 forks source link

Compiling Issue #12

Closed TheGaloXx closed 2 years ago

TheGaloXx commented 2 years ago

First I got the bink2dll, I just deleted it Then the "Cannot execute git rev-parse HEAD. fatal: not a git repository (or any of the parent directories): .git", I deleted it too

Now I got this:

Error: Main.cpp export\debug\windows\obj\include\openfl/events/ErrorEvent.h(51): error C2059: syntax error: 'constant' export\debug\windows\obj\include\openfl/events/ErrorEvent.h(51): error C2238: unexpected tokens before ';'

RonyxDumb commented 2 years ago

I only get the Main.cpp error

TheGaloXx commented 2 years ago

I solved it, just delete everything related to ErrorEvent. There’s probably something that doesn’t work now but at least the game works.

RonyxDumb commented 2 years ago

So...you delete Error event?

TheGaloXx commented 2 years ago

So...you delete Error event?

Yeah, there’s a few .hx where ErrorEvent is used, just delete the code it is involved in.