On 15.02.2006 21:52, Nagy József wrote:
> My first code was the same:
> 
> 
>     
> cegui->GetWindowManagerPtr()->getWindow("Demo7/Window1/Quit")->subscribeEvent(CEGUI::PushButton::EventClicked,
> 
>                     CEGUI::Event::Subscriber(&CEGUITest::CEGUIExit,this));

Since *any* of the multiple pointers in that line could be invalid,
perhaps split it up so you get one dereference per statement. That
should help finding the issue.

-f.r.

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to