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
Currently we don't do anything to the linker flags, so we get both a console and the Iceball window when launching on windows. If we were to get rid of the console it'd be nice to have something like #130 implemented first.
To get rid of the console we must both link to SDL2main and only specify the WINDOWS module in the linker arguments like this:
@rakiru yes, it just hides it when double click on the .exe for example. Unfortunately Visual Studio doesn't have a way to show the output, but I can probably add a option for it to use while devving.
Currently we don't do anything to the linker flags, so we get both a console and the Iceball window when launching on windows. If we were to get rid of the console it'd be nice to have something like #130 implemented first.
To get rid of the console we must both link to
SDL2main
and only specify theWINDOWS
module in the linker arguments like this:The text was updated successfully, but these errors were encountered: