Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Unexpected error at window.Clear();  (Read 1964 times)

0 Members and 1 Guest are viewing this topic.

WSPSNIPER

  • Newbie
  • *
  • Posts: 28
    • View Profile
Unexpected error at window.Clear();
« 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

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Unexpected error at window.Clear();
« Reply #1 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?).
Laurent Gomila - SFML developer

WSPSNIPER

  • Newbie
  • *
  • Posts: 28
    • View Profile
sorry
« Reply #2 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.

 

anything