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 - bbgaming

Pages: [1]
1
Window / Strange crashes and problems with VC++2008
« on: August 10, 2009, 04:13:47 am »
Thank you. :D

I can't believe it was that simple. I figured out the linkings disappear from debug to release, also, so that fixes the unresolved externals.

2
Window / Strange crashes and problems with VC++2008
« on: August 09, 2009, 05:15:52 pm »
I'm sorry?

I see a drop down menu with debug and release as options but I've never messed with it, and if I set it to release I get unresolved externals like crazy. I usually click "Start without debugging" to run the program (in the debug menu). All the dlls and linked libraries don't have the -s or -d extensions.

Hope that helped answer your question.

3
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]