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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Zatsugami

Pages: [1]
1
Graphics / sf::RenderWindow::Clear() causing Unhandled exception
« on: December 29, 2010, 12:07:07 pm »
I had the same problem.
This is how i fixed it... It's stupid, really...
Under VC++ 2008 Project > Properites > Configuration Properties > General
I had this "$(SolutionDir)$(ConfigurationName)" in Output directory field.
So I typed there "Debug". There's field below with "$(ConfigurationName)", so i typed "Debug" too. And it works now... But only under debug mode.

Pages: [1]
anything