I am using Windows 64 bit and SFML 2.0. Now, if I close the window on the normal way, i get the following error:
Run-Time Check Failure #2 - Stack around the variable 'window' was corrupted.
And randomly sometimes not that one but:
Run-Time Check Failure #2 - Stack around the variable 'shape' was corrupted.
I am trying to compile just the standard 'setting up' tutorial code so this shouldn't be a problem. I don't think I have used any release things. After commenting a bit the error doesn't appear without:
sf::CircleShape shape;
Does anyone know the answer?
Edit: so the error occurs at the end of the main() function but is somehow caused by that single line...