<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><span>Hey guys,
</span><br><br><span>i have some <span class="bold highlight search-highlight">unresolved</span> external errors on building my project:
</span><br><br><span>ITKIOGDCM-4.4.lib(itkGDCMImageIO.obj) : error LNK2019: <span class="bold highlight search-highlight">unresolved</span>
external symbol "__declspec(dllimport) public: void __cdecl
gdcm::Reader::SetFileName(char const *)"
(__imp_?SetFileName@Reader@gdcm@@QEAAXPEBD@Z) referenced in function
"public: virtual bool __cdecl itk::GDCMImageIO::CanReadFile(char const
*)" (?CanReadFile@GDCMImageIO@itk@@UEAA_NPEBD@Z)
</span><br><span>2>ITKIOGDCM-4.4.lib(itkGDCMImageIO.obj) : error LNK2019: <span class="bold highlight search-highlight">unresolved</span>
external symbol "__declspec(dllimport) public: class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > __cdecl
gdcm::Tag::PrintAsPipeSeparatedString(void)const "
(__imp_?PrintAsPipeSeparatedString@Tag@gdcm@@QEBA?AV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@XZ)
referenced in function"protected: void __cdecl
itk::GDCMImageIO::InternalReadImageInformation(class
std::basic_ifstream<char,struct std::char_traits<char> >
&)"
(?InternalReadImageInformation@GDCMImageIO@itk@@IEAAXAEAV?$basic_ifstream@DU?$char_traits@D@std@@@std@@@Z)
</span><br><span>2>ITKIOGDCM-4.4.lib(itkGDCMImageIO.obj) : error LNK2019: <span class="bold highlight search-highlight">unresolved</span>
external symbol "__declspec(dllimport) public: void __cdecl
gdcm::Writer::SetFileName(char const *)"
(__imp_?SetFileName@Writer@gdcm@@QEAAXPEBD@Z) referenced in function
"public: virtual void __cdecl itk::GDCMImageIO::Write(void const *)"
(?Write@GDCMImageIO@itk@@UEAAXPEBX@Z)
</span><br><span>2>ITKIOGDCM-4.4.lib(itkGDCMImageIO.obj) : error LNK2019: <span class="bold highlight search-highlight">unresolved</span>
external symbol "__declspec(dllimport) public: bool __cdecl
gdcm::VR::IsVRFile(void)const " (__imp_?IsVRFile@VR@gdcm@@QEBA_NXZ)
referenced in function "public: virtual void __cdecl
itk::GDCMImageIO::Write(void const *)"
(?Write@GDCMImageIO@itk@@UEAAXPEBX@Z)
</span><br><span>2>ITKIOGDCM-4.4.lib(itkGDCMImageIO.obj) : error LNK2019: <span class="bold highlight search-highlight">unresolved</span>
external symbol "__declspec(dllimport) public: bool __cdecl
gdcm::Tag::ReadFromPipeSeparatedString(char const *)"
(__imp_?ReadFromPipeSeparatedString@Tag@gdcm@@QEAA_NPEBD@Z) referenced
in function "public: virtual void __cdecl itk::GDCMImageIO::Write(void
const *)" (?Write@GDCMImageIO@itk@@UEAAXPEBX@Z)
</span><br><span>2>ITKIOGDCM-4.4.lib(itkGDCMImageIO.obj) : error LNK2019: <span class="bold highlight search-highlight">unresolved</span>
external symbol "__declspec(dllimport) public: static void __cdecl
gdcm::FileMetaInformation::SetSourceApplicationEntityTitle(char const
*)"
(__imp_?SetSourceApplicationEntityTitle@FileMetaInformation@gdcm@@SAXPEBD@Z)
referenced in function "public: virtual void __cdecl
itk::GDCMImageIO::Write(void const *)"
(?Write@GDCMImageIO@itk@@UEAAXPEBX@Z)
</span><br><span>2>ITKIOGDCM-4.4.lib(itkGDCMImageIO.obj) : error LNK2019: <span class="bold highlight search-highlight">unresolved</span>
external symbol "__declspec(dllimport) public: static void __cdecl
gdcm::FileMetaInformation::AppendImplementationClassUID(char const *)"
(__imp_?AppendImplementationClassUID@FileMetaInformation@gdcm@@SAXPEBD@Z)
referenced in function "public: virtual void __cdecl
itk::GDCMImageIO::Write(void const *)"
(?Write@GDCMImageIO@itk@@UEAAXPEBX@Z)
</span><br><br><span>do you have an idea, which libs i should link ?
</span><br><br><br><span>bestd regards
        
        
        
        </span><div></div></div></body></html>