Howdy,
I've recently begun having a problem with SFML. I'm pretty new to C++ so let me know what else you need to make sense of this.
The code in question:
When I build and run the above, the console appears but the program hangs forever. The break point is never hit.
If I comment out the construction of video_mode and do a full rebuild, the break point is hit and everything proceeds as expected.
I am using the debug dll versions of the sfml library. The debug static versions seem to work fine.
Thoughts?
Thanks!