Hi, I'm not exactly sure if this is the solution for your problem but you could try to compile MITK with the following additional flags in cmake which sould allow MITK to handle big objects.
Append ‘/bigobj’ to the variable ‘CMAKE_CXX_FLAGS’. Append ‘/bigobj’ to the variable ‘CMAKE_C_FLAGS’. Regards, Matthias Francois Malan wrote: > Hi > > I am a newbie to MITK, and am using the windows 64-bit build. I have a > stack of DICOM (CT) images which I load, and then save to an MITK > project to file. When I restart MITK and try to load the project, I > get the following exception: > > ObjectFactory::CreateObject: unknown class: VtkVolumeRenderingProperty > MITK MainApp caught an exception: > ..\..\..\..\source\ITK3120\Code\Common\itkDataObject.cxx:397: > Requested region is (at least partially) outside the largest possible region. > > After which the program exits. Any ideas what may be causing this? > > Regards > Francois > > ------------------------------------------------------------------------------ > Crystal Reports - New Free Runtime and 30 Day Trial > Check out the new simplified licensing option that enables unlimited > royalty-free distribution of the report engine for externally facing > server and web deployment. > http://p.sf.net/sfu/businessobjects > _______________________________________________ > mitk-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mitk-users > ------------------------------------------------------------------------------ Crystal Reports - New Free Runtime and 30 Day Trial Check out the new simplified licensing option that enables unlimited royalty-free distribution of the report engine for externally facing server and web deployment. http://p.sf.net/sfu/businessobjects _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
