[Insight-users] DicomImageReadWrite error itkgdcm.lib(gdcmUtil.obj) : error LNK2019

John Drescher drescherjm at gmail.com
Wed Aug 4 07:46:49 EDT 2010


On Wed, Aug 4, 2010 at 6:14 AM, Chanukya Krishna Chama
<chanukya_chess at yahoo.co.in> wrote:
> I'm using ITK 3.20 & Visual Studio 2010 along with cmake to run sample
> DicomImageReadWrite example program in ITK folder.
>
> After including all the *.lib files in ITK\lib\  in Input of Linker in
> visual studio, i'm getting the below error while debugging
>
> itkgdcm.lib(gdcmUtil.obj) : error LNK2019: unresolved external symbol
> _SnmpUtilVarBindFree at 4 referenced in function "int __cdecl
> gdcm::GetMacAddrSys(unsigned char *)" (?GetMacAddrSys at gdcm@@YAHPAE at Z)
>
> How to remove this error ?
>

I would start by generating your visual studio projects using CMake.
After you become an expert at that then you can use itk the hard way.

John


More information about the Insight-users mailing list