On 11/25/2010 07:25 PM, Michael Emmersberger wrote: > Hi Daniel, > > it works! Although I get a warning now: > > WARNING: In ...ITK\Code\Common\itkObjectFactoryBase.cxx, line 430 > Possible incompatible factory load: > Running itk version : > itk version 3.16.0, itk source $Revision: 1.3157 $, $Date: 2009-09-15 > 02:00:06 $ (GMT) > Loaded factory version: > 3.16 > Loading factory: > ...\NewTool\build\Debug\mitkMyExternalTools.dll > > I used the same ITK Version for MITK and my Tool. It does a siple strcmp > at that position. So I guess the Problem is not, that my ITK is too old. >
Hi, no, I actually changed one line in CMake/ToolExtensionITKFactoryLoader.cpp.in from ITK_SOURCE_VERSION to ITK_VERSION_STRING because I was missing a definition for ITK_SOURCE_VERSION. If that produces problems now, I will look up the correct include and insert it. Regards Daniel ------------------------------------------------------------------------------ Increase Visibility of Your 3D Game App & Earn a Chance To Win $500! Tap into the largest installed PC base & get more eyes on your game by optimizing for Intel(R) Graphics Technology. Get started today with the Intel(R) Software Partner Program. Five $500 cash prizes are up for grabs. http://p.sf.net/sfu/intelisp-dev2dev _______________________________________________ mitk-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mitk-users
