Hello Erkang,

Could you give us some more information about your setup? Which ITK, VTK and QT 
versions do you use? Which version of MITK? Which compiler and operating 
system? Did you build ITK, VTK and QT as shared libraries? Assuming, you use 
Windows, do you have the correct paths in your PATH variable?

Best regards,
  Jochen

Von: Erkang Cheng [mailto:[email protected]]
Gesendet: Freitag, 26. Februar 2010 21:57
An: [email protected]
Betreff: [mitk-users] Q about step1

I have installed the MITK on my computer.

When I play with the step1. I encounter some questions. I debug into the 
step1.cpp and I found I have bug in

// Register Qmitk-dependent global instances

QmitkRegisterClasses();

The bug is

       Unhandled exception at 0x7582b727 in Step1.exe: Microsoft C++ exception: 
itk::ExceptionObject at memory location 0x0174f9b0..

And this error is linked into "itkLightObject.cxx"

 line 164   InterlockedIncrement(&m_ReferenceCount);

I think there are some problems here
 void
LightObject
::Register() const
{
// Windows optimization
#if (defined(WIN32) || defined(_WIN32))
InterlockedIncrement(&m_ReferenceCount);
....
}

Could anyone help me figure out the problem? I am the newer to learn the MITK. 
Tkanks

Best

Erkang Cheng
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
mitk-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mitk-users

Reply via email to