You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So i've decided to finally give it a try but unfortunately run into some problems.
First the example is missing imports for Window, Renderer then it is missing a final return for the update method and Haxe will complain. After finally being able to compile it with -D HXCPP_M64 and running hxcpp on the generated Build files it gets compiled into an application but this application autocloses right away upon being run.
Any ideas?
The text was updated successfully, but these errors were encountered:
So i've decided to finally give it a try but unfortunately run into some problems.
First the example is missing imports for Window, Renderer then it is missing a final return for the update method and Haxe will complain. After finally being able to compile it with -D HXCPP_M64 and running hxcpp on the generated Build files it gets compiled into an application but this application autocloses right away upon being run.
Any ideas?
The text was updated successfully, but these errors were encountered: