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
Meanwhile, I remember another reason why I originally opened this issue: I have no idea how compile a Windows (not console) application with Scala Native.
I think I need to pass -Xlinker /subsystem:windows to the linker and then do some magic to get sdl_main/WinMain to work as expected.
Native applications on windows require some custom flags to correctly link SDL and the SDL.dll files.
The text was updated successfully, but these errors were encountered: