while(!this->m_shapes.empty())
{
delete this->m_shapes.back();
this->m_shapes.pop_back();
}
int main(int argc, char *argv[])
{
sf::CircleShape myShape;
return 0;
}
Run-Time Check Failure #2 - Stack around the variable 'myShape' was corrupted.
Don't mix debug and release configurations, as stated in the tutorial.
Unhandled exception at 0x00042569 in OPEngine.exe: Stack cookie instrumentation code detected a stack-based buffer overrun.
Unhandled exception at 0x00D82569 in OPEngine.exe: Stack cookie instrumentation code detected a stack-based buffer overrun.
with the shapes removed... God I need to clean this mess up -- and now it seems like SFML is forcing me to ::)