SFML community forums
Help => Graphics => Topic started by: hawtpocket on September 11, 2008, 04:27:50 am
-
http://www.sfml-dev.org/tutorials/1.3/sources/graphics-sprite.cpp
using this cpp file, i get an error message that says "buffer overrun issue" and it beeps until i close it. Can anyone tell me whats wrong?
Im using Visual Studio 2008
-
It works fine for me.
You should post the command line or project that you compile it with.
-
anyone?
-
Are you sure you're not mixing debug and release libraries ? Do you link to the DLL version of the CRT ?
-
Im not sure...i only did what the tutorial told me to do. How would i find that out?
-
There are tons of threads about it, just search "CRT" or "debug" / "release" ;)