SFML community forums
Help => Graphics => Topic started by: WSPSNIPER on May 09, 2010, 05:58:20 am
-
i have an unexpected error at window.Clear and it is only with projects that i recently compiled cause i can still run old exes.
_window.Clear();// fail here
_window.Draw(_page[_currentPage]);
_window.Display();
any help would be nice
-
Here:
http://www.sfml-dev.org/forum/viewtopic.php?t=2543
But I can see that you already found it (so why did you create a new topic?).
-
i posted to see if i could get more input on it. i have been using sfml for a while and it has never happened before but now it is.