<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hello all,<br>
<br>
I've downloaded the code of <a href="http://www.insight-journal.org/browse/publication/314" target="_blank">
http://www.insight-journal.org/browse/publication/314</a> and <a href="http://www.insight-journal.org/browse/publication/163" target="_blank">
http://www.insight-journal.org/browse/publication/163</a> because I'm interested in liver vessel segmentation. The problem, is that when
<br>
I try to run the code, I receive linker errors like the one below<br>
<i><br>
&quot;Error&nbsp;&nbsp;&nbsp; 89&nbsp;&nbsp;&nbsp; error LNK2019: símbolo externo &quot;__declspec(dllimport) public: class itk::MultiThreader * __thiscall itk::ProcessObject::GetMultiThreader(void)const &quot; (__imp_?GetMultiThreader@ProcessObject@itk@@QBEPAVMultiThreader@2@XZ) sin resolver al que se
 hace referencia en la función &quot;protected: virtual void __thiscall itk::ImageSource&lt;class itk::Image&lt;short,3&gt; &gt;::GenerateData(void)&quot; (?GenerateData@?$ImageSource@V?$Image@F$02@itk@@@itk@@MAEXXZ)&nbsp;&nbsp;&nbsp; C:\Users\Cristina\Documents\Visual Studio 2010\Projects\VesselEnhancingDiffusion\itkVEDTest.obj&nbsp;&nbsp;&nbsp;
 itkVEDTest&quot;</i><br>
<br>
, and all the link errors allways refer to <i>__declspec(dllimport).<br>
</i><br>
Before using CMAKE and building the code again I've made some adjustments in the CMakeLists file because another library problems I had, but that are currently solved.
<br>
<br>
I'm using Visual Studio 2010 and ITK 4.2. I've googled the problem but I've not been able to find any valid solution.<i><br>
<br>
</i>Any clue about how to deal with this?<br>
<br>
Many many thanks in advance!<br>
<br>
Regards,<br>
<br>
Cristina<i><br>
</i><br>
<br>
</div>
</body>
</html>