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