I am using SFML2 (last revision, shared libraries), W7 Home and Visual Studio 2010. I created the project with CMake.
It works fine until the window (or context) is out of scope (when it destroys the GL context). I get this:
Uploaded with
ImageShack.usThe problems appears within this code:
#include <SFML/Graphics.hpp>
int main() {
sf::RenderWindow Window;
// Or sf::Context Context;
}
I don't know if this is related to some other problems in the forum.