Hi all,
      I get a  Unhandled exception at 0x013c8b89 in MainApp.exe: 0xC00000FD: 
Stack overflow.
exception , when i run the maiapp.exe. I check it, and find the exception take 
place in 
  iteratorToCroppingObject->Remove(); Can you help me ? I use mitk 0.8 and qt3, 
run in winxp and vs2005. thank you !

 void QmitkImageCropper::RemoveBoundingObjectFromNode()
{
  if (m_CroppingObjectNode.IsNotNull())
  {
    mitk::DataTreeIteratorClone iteratorToCroppingObject = 
mitk::DataTreeHelper::FindIteratorToNode(m_DataTreeIterator.GetPointer(),  
m_CroppingObjectNode);
    if (iteratorToCroppingObject.IsNotNull())
    {
      iteratorToCroppingObject->Remove();
      
mitk::GlobalInteraction::GetInstance()->RemoveInteractor(m_AffineInteractor);
    }
    m_CroppingObjectNode->SetVisibility(false);
  }
}
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to