Hi.
I'm working off of the "window" demo code from the SFML 2 source release. The program compiles, links, and runs fine. However, after the main function exits the process doesn't fully shutdown. It just hangs.
This happens universally on both debug and release builds as well as being launched from the explorer or VS.
I've compiled SFML 2 from source using VS 2010 and I'm linking dynamically. I'm running Windows 7 x86 and everything has been and is currently being compiled for x86.
This problem only seems to be happening when I go out and create a window. If I use other features, like the clock, the program exits properly.
I think that's all the information. If I missed something, just ask.
Thanks.