Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: SFML Game Development sample code running evoke "heap destory"  (Read 658 times)

0 Members and 1 Guest are viewing this topic.

fromY

  • Newbie
  • *
  • Posts: 1
  • programing beginner
    • View Profile
Hi,  ALL.

I'm confused, because I had get a "heap destory" message.
I got github data, took cmake , and comiled with Visual Studio 2012 (11) update4.
cmake was good. maybe success.
Visual Studio compiling seems good, but program evoke errer message,when program run.
more detail, crash position is at StateStack.cpp, StateStack::applyPendingChanges(), case Clear:, mStack.clear().
 I trace program and I have get little information.
at vector clear()function (calling by mStack.clear();)
_Mylast has bad.
but, I don't know what I fix.

please help me.
« Last Edit: March 18, 2014, 09:49:29 pm by fromY »