Hi, ITK&rsquo;s developers, I am a newbie to the ITK. I have asked the same question before, but no one answered me. So I post it again, hoping somebody can help me out. <br>I encountered a common problem. And I first state the context.<br>
Environment:<br>s&nbsp;&nbsp; OS: Windows Vista Home Premium<br>s&nbsp;&nbsp; Compiler: Microsoft Visual Studio 2008 <br>s&nbsp;&nbsp; ITK Version: 3.16<br>Everything is fine when compiling and building the ITK. And I install the ITK by building the INSTALL project. <br>
Then I begin to test Examples\Registration\ImageRegistration1.cxx.After adding the necessary including files, the ImageRegistration1.cxx compiles successfully.<br>But when I run it, it throws following linking errors:<br>
itkgdcm.lib(gdcmUtil.obj) : error LNK2019:&nbsp; unresolved symbol <a href="mailto:_SnmpUtilVarBindFree@4">_SnmpUtilVarBindFree@4</a>£¬this symbol is invoked in method &quot;int __cdecl gdcm::GetMacAddrSys(unsigned char *)&quot; (<a href="mailto:?GetMacAddrSys@gdcm@@YAHPAE@Z">?GetMacAddrSys@gdcm@@YAHPAE@Z</a>) <br>
Some similar error messages omitted...<br>So I look up the CMakeLists.txt under Utilities/gdcm/src and I find such codes:<br>IF(WIN32)<br>&nbsp; IF(NOT BORLAND)<br># rpcrt4 -&gt; UuidCreate<br>&nbsp;&nbsp;&nbsp; TARGET_LINK_LIBRARIES(itkgdcm wsock32 snmpapi rpcrt4)<br>
&nbsp;ENDIF(NOT BORLAND)<br>ENDIF(WIN32)<br>&nbsp;<br>It looks like that the code snippet does not work. So anybody know the reason and how to fix it? <br>Sorry for my English.<br>Best Regards.<br>Hu Jingfei