<div>Hi, everyone.</div>
<div>Maybe this question is quite old, but I still put it here, because I still found no solutions.</div>
<div>Environment:</div>
<div>OS: Windows Vista Home Premium</div>
<div>Compiler: Microsoft Visual Studio 2008 </div>
<div>ITK Version: 3.16</div>
<div>Everything is fine when compiling and building. And I install the itk through building the INSTALL project. </div>
<div>Then I begin to test Examples\Registration\ImageRegistration1.cxx, after adding all the necessary including files, the project compiles successfully.</div>
<div>But when I run it, throws following errors:</div>
<div>itkgdcm.lib(gdcmUtil.obj) : error LNK2019:&nbsp; unresolved symbol <a href="mailto:_SnmpUtilVarBindFree@4">_SnmpUtilVarBindFree@4</a>£¬this symbol is invoked&nbsp;&quot;int __cdecl gdcm::GetMacAddrSys(unsigned char *)&quot; (<a href="mailto:?GetMacAddrSys@gdcm@@YAHPAE@Z">?GetMacAddrSys@gdcm@@YAHPAE@Z</a>) <br>
....</div>
<div>And I look up the CMakeLists.txt under Utilities/gdcm/src:</div>
<div>and I found:</div>
<div>IF(WIN32)<br>&nbsp; IF(NOT BORLAND)<br>&nbsp;&nbsp;&nbsp; # rpcrt4 -&gt; UuidCreate<br>&nbsp;&nbsp;&nbsp; TARGET_LINK_LIBRARIES(itkgdcm wsock32 snmpapi rpcrt4)<br>&nbsp; ENDIF(NOT BORLAND)<br>ENDIF(WIN32)</div>
<div>&nbsp;</div>
<div>Maybe this codes doesnot work.</div>
<div>So anybody can help me?</div>
<div>Thanks very much.</div>
<div>Best regards.</div>
<div>&nbsp;</div>