SFML community forums

Help => Window => Topic started by: computerquip on February 18, 2011, 01:14:39 pm

Title: Unable to spawn Window
Post by: computerquip on February 18, 2011, 01:14:39 pm
When I compile my app (MinGW 4.5.2 - Latest) it's fine. When I run it, it starts a command prompt, takes up 18 MB of RAM, and does absolutely nothing. This is using the direct CPP file from the tutorial page that simply made a Window object and started the main loop. Any idea as to what causes this?
Title: Unable to spawn Window
Post by: devlin on February 18, 2011, 07:17:05 pm
http://www.sfml-dev.org/forum/viewtopic.php?t=4123
Title: Unable to spawn Window
Post by: computerquip on February 18, 2011, 08:34:02 pm
Good stuff... thank you much.