SFML community forums

Help => Graphics => Topic started by: WSPSNIPER on May 09, 2010, 05:58:20 am

Title: Unexpected error at window.Clear();
Post 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.

Code: [Select]

_window.Clear();// fail here
_window.Draw(_page[_currentPage]);
_window.Display();


any help would be nice
Title: Unexpected error at window.Clear();
Post by: Laurent on May 09, 2010, 11:41:51 am
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?).
Title: sorry
Post by: WSPSNIPER on May 09, 2010, 04:05:47 pm
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.