[Solved] Breaking on SubscribeEvent
Posted: Wed Oct 05, 2011 15:42
I'm restarting an old project of mine...but I'm having some problems and I'm a bit rusty (this is an older version of CEGUI, want it to at least work before converting to a newer version) and yes, I've tried searching for a similar issue but nothing worked as suggested!
Breaks at
EDIT: Solved! Had to update CEGUI
Code: Select all
Unhandled exception at 0x01256a02 in Test.exe: 0xC0000005: Access violation reading location 0xbaadf015.
Breaks at
Code: Select all
Pushed->subscribeEvent(PushButton::EventMouseClick, Event::Subscriber(&GameOptions::Pushed, this));
EDIT: Solved! Had to update CEGUI