I would like some sfml help

I made a game with sfml. Now that I am done... How can I stop the console window from popping up? I only want my game window to be there. The console window was helpful at first but now I don't want it any more.
The console will only pop up if you are building your program as a console program.

Go in your project settings and change it to be a Windows/Gui executable. This will change the entry point from main to WinMain... but you can keep your existing main function and just link to the sfml-main library instead of writing a WinMain function yourself.
Thanks!!
Topic archived. No new replies allowed.