SFML & Windows 7?

closed account (10oTURfi)
For some weird reason
1
2
3
4
sf::renderwindow window; 
window.create(/*...*/);
window.clear(sf::color(255,0,0));
window.display();

Doesnt actually create a window.

No compile problems/crashes... It simply does nothing on Windows 7 compiled with VC++ 2010.

Need help with this :)
Last edited on
closed account (10oTURfi)
No. That might be problem.

Thanks. I will try.
I ran into the same problem with SFML 1.6 on Windows 7 with VS 2010. I can confirm that this IS your problem. You will need to re-compile the libraries for use with VS2010. Take their source code and follow the instructions on this site:

http://www.sfml-dev.org/tutorials/2.0/compile-with-cmake.php
Topic archived. No new replies allowed.