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.


Topics - bbgaming

Pages: [1]
1
Window / Strange crashes and problems with VC++2008
« on: August 09, 2009, 07:59:47 am »
Just downloaded and started messing with SFML, looks great. But I'm getting random problems, some of which make no sense. Visual C++ 2008 Express.

1. When closing a window (created with sf::window) I get an error:
Debug Error
...
Run-Time Check Failure #2 - Stack around the variable App was corrupted.
This happens in different forms (sometimes it crashes without an error message) on every window, even renderwindows on the graphics library, and even with a file straight from the tutorial (http://www.sfml-dev.org/tutorials/1.5/window-events.php) simply linked and compiled.

2. App.Clear(), with any arguments or none, crash the program with no error message, just a standard Vista "Close the program" dialogue. This is a fatal error, I can't do much if I can't clear the drawing buffer. ;)

I'm running Windows Vista Home Premium 32bit, VC++ 2008, Toshiba Satellite A205-S5000

Pages: [1]
anything