Hello Everybody,<br><br>I am trying to compile igstk-4-0 on Windows XP machine. I get stuck into ITK version issue I think. <br><br>MSVC threw the following error. I even replaced the itkVersion.cxx file with an old one (InsightToolkit-3.10.0) . Nonetheless, it did not work?! <br><br>I would be appreciative for any clue or code snippets. <br><br>Thank you,<br><br>Mehdi<br><br><br>1>------ Build started: Project: igstkVersionTest, Configuration: Debug Win32 ------<br>2>------ Skipped Build: Project: Continuous, Configuration: Debug Win32 ------<br>2>Project not selected to build for this solution configuration <br>3>------ Skipped Build: Project: RUN_TESTS, Configuration: Debug Win32 ------<br>3>Project not selected to build for this solution configuration <br>4>------ Skipped Build: Project: Nightly, Configuration: Debug Win32 ------<br>4>Project not selected to build for this solution configuration <br>5>------ Skipped Build: Project: Experimental, Configuration: Debug Win32 ------<br>5>Project not selected to build for this solution configuration <br>6>------ Skipped Build: Project: NightlyMemoryCheck, Configuration: Debug Win32 ------<br>6>Project not selected to build for this solution configuration <br>1>Linking...<br>1>igstkVersionTest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static char const * __cdecl itk::Version::GetITKSourceVersion(void)" (__imp_?GetITKSourceVersion@Version@itk@@SAPBDXZ) referenced in function _main<br>1>igstkVersionTest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl itk::Version::GetITKBuildVersion(void)" (__imp_?GetITKBuildVersion@Version@itk@@SAHXZ) referenced in function _main<br>1>igstkVersionTest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl itk::Version::GetITKMinorVersion(void)" (__imp_?GetITKMinorVersion@Version@itk@@SAHXZ) referenced in function _main<br>1>igstkVersionTest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static int __cdecl itk::Version::GetITKMajorVersion(void)" (__imp_?GetITKMajorVersion@Version@itk@@SAHXZ) referenced in function _main<br>1>igstkVersionTest.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) public: static char const * __cdecl itk::Version::GetITKVersion(void)" (__imp_?GetITKVersion@Version@itk@@SAPBDXZ) referenced in function _main<br>1>E:\Slicer\tmp\IGSTK-4-0-build\bin\Debug\igstkVersionTest.exe : fatal error LNK1120: 5 unresolved externals<br>1>Build log was saved at "file://e:\Slicer\tmp\IGSTK-4-0-build\Testing\igstkVersionTest.dir\Debug\BuildLog.htm"<br>1>igstkVersionTest - 6 error(s), 0 warning(s)<br>7>------ Skipped Build: Project: PACKAGE, Configuration: Debug Win32 ------<br>7>Project not selected to build for this solution configuration <br>8>------ Skipped Build: Project: INSTALL, Configuration: Debug Win32 ------<br>8>Project not selected to build for this solution configuration <br>========== Build: 0 succeeded, 1 failed, 8 up-to-date, 7 skipped ==========<br>