<div dir="ltr"><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">Hi Yang,</div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small"><br></div><div class="gmail_default" style="font-family:verdana,sans-serif;font-size:small">all your link errors are for I/O class factories. Can you read the following and see whether it helps you solve the problem?</div><div class="gmail_default"><font face="verdana, sans-serif"><a href="https://itk.org/Wiki/Plugin_IO_mechanisms">https://itk.org/Wiki/Plugin_IO_mechanisms</a></font><br></div><div class="gmail_default"><a href="https://itk.org/ITKExamples/src/IO/ImageBase/RegisterIOFactories/Documentation.html">https://itk.org/ITKExamples/src/IO/ImageBase/RegisterIOFactories/Documentation.html</a><br></div><div class="gmail_default"><br></div><div class="gmail_default">Regards,</div><div class="gmail_default">Dženan</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Sep 23, 2016 at 6:36 PM, Yang, Jinzhong <span dir="ltr"><<a href="mailto:jinzhong76@gmail.com" target="_blank">jinzhong76@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div lang="EN-US" link="#0563C1" vlink="#954F72"><div><p class="MsoNormal">Hi all,<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal">I have a very weird problem when I try to build my library. I have an old library, previously was built based on ITK 3.16 and VTK 5.8. I built my library to both DLL and static library. By configuring in cmake properly, I could build both types of libraries without any problem. Recently, I upgrade it to ITK 4.10 and VTK 7.0.  If I turned on BUILD_SHARED_LIBS in ITK, both DLL and static lib for my library can be compiled and linked, however, I need to include all DLL files from ITK when I would like to distribute my library. I don’t want to do so. Then I turned off BUILD_SHARED_LIBS in ITK. The static lib of my library can be built, but the DLL couldn’t. Error happened during the link stage. The error message was attached below. I used CMake 3.6.2 + VS 2008 + Windows 7.<u></u><u></u></p><p class="MsoNormal"><u></u> <u></u></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>   Creating library D:\MeshContourDeformation\<wbr>ContourWarpingLib-x86-dll\<wbr>Debug\ContourWarping32.lib and object D:\MeshContourDeformation\<wbr>ContourWarpingLib-x86-dll\<wbr>Debug\ContourWarping32.exp<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GE5ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GE5ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function __unwindfunclet$??0?$<wbr>BinaryImageToLabelMapFilter@V?<wbr>$Image@E$01@itk@@V?$LabelMap@V<wbr>?$LabelObject@F$01@itk@@@2@@<wbr>itk@@IAE@XZ$0<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GE5ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GE5ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GE5ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GE5ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GE5ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GE5ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GE5ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GE5ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GE5ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GE5ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GE5ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GE5ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GE4ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GE4ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GE4ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GE4ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GE4ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GE4ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GE4ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GE4ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function "void __cdecl itk::`anonymous namespace'::`dynamic initializer for '<wbr>ImageIOFactoryRegisterRegister<wbr>List''(void)" (??__<wbr>EImageIOFactoryRegisterRegiste<wbr>rList@?A0xb54261e9@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GE4ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GE4ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GE4ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GE4ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GE4ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GE4ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>MRCImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>MRCImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>MRCImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>MRCImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>MRCImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>MRCImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function "void __cdecl std::_Debug_order<class std::_Tree<class std::_Tset_traits<unsigned long,struct std::less<unsigned long>,class std::allocator<unsigned long>,0> >::iterator>(class std::_Tree<class std::_Tset_traits<unsigned long,struct std::less<unsigned long>,class std::allocator<unsigned long>,0> >::iterator,class std::_Tree<class std::_Tset_traits<unsigned long,struct std::less<unsigned long>,class std::allocator<unsigned long>,0> >::iterator,wchar_t const *,unsigned int)" (??$_Debug_order@Viterator@?$_<wbr>Tree@V?$_Tset_traits@KU?$less@<wbr>K@std@@V?$allocator@K@2@$0A@@<wbr>std@@@std@@@std@@YAXViterator@<wbr>?$_Tree@V?$_Tset_traits@KU?$<wbr>less@K@std@@V?$allocator@K@2@$<wbr>0A@@std@@@0@0PB_WI@Z)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>MRCImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>MRCImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>MRCImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>MRCImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>MRCImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>MRCImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>MRCImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>MRCImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>MetaImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>MetaImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>MetaImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>MetaImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>MetaImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>MetaImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>MetaImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>MetaImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function "void __cdecl itk::`anonymous namespace'::`dynamic initializer for '<wbr>ImageIOFactoryRegisterRegister<wbr>List''(void)" (??__<wbr>EImageIOFactoryRegisterRegiste<wbr>rList@?A0xb54261e9@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>MetaImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>MetaImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>MetaImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>MetaImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>MetaImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>MetaImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>BioRadImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>BioRadImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function "public: __thiscall std::vector<class std::vector<class itk::<wbr>BinaryImageToLabelMapFilter<<wbr>class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength,class std::allocator<class itk::<wbr>BinaryImageToLabelMapFilter<<wbr>class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength> >,class std::allocator<class std::vector<class itk::<wbr>BinaryImageToLabelMapFilter<<wbr>class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength,class std::allocator<class itk::<wbr>BinaryImageToLabelMapFilter<<wbr>class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength> > > >::~vector<class std::vector<class itk::<wbr>BinaryImageToLabelMapFilter<<wbr>class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength,class std::allocator<class itk::<wbr>BinaryImageToLabelMapFilter<<wbr>class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength> >,class std::allocator<class std::vector<class itk::<wbr>BinaryImageToLabelMapFilter<<wbr>class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength,class std::allocator<class itk::<wbr>BinaryImageToLabelMapFilter<<wbr>class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength> > > >(void)" (??1?$vector@V?$vector@<wbr>VrunLength@?$<wbr>BinaryImageToLabelMapFilter@V?<wbr>$Image@E$01@itk@@V?$LabelMap@V<wbr>?$LabelObject@F$01@itk@@@2@@<wbr>itk@@V?$allocator@VrunLength@?<wbr>$BinaryImageToLabelMapFilter@V<wbr>?$Image@E$01@itk@@V?$LabelMap@<wbr>V?$LabelObject@F$01@itk@@@2@@<wbr>itk@@@std@@@std@@V?$allocator@<wbr>V?$vector@VrunLength@?$<wbr>BinaryImageToLabelMapFilter@V?<wbr>$Image@E$01@itk@@V?$LabelMap@V<wbr>?$LabelObject@F$01@itk@@@2@@<wbr>itk@@V?$allocator@VrunLength@?<wbr>$BinaryImageToLabelMapFilter@V<wbr>?$Image@E$01@itk@@V?$LabelMap@<wbr>V?$LabelObject@F$01@itk@@@2@@<wbr>itk@@@std@@@std@@@2@@std@@QAE@<wbr>XZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>BioRadImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>BioRadImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>BioRadImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>BioRadImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>BioRadImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>BioRadImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>BioRadImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>BioRadImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>BioRadImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>BioRadImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>BioRadImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>BioRadImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>StimulateImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?<wbr>StimulateImageIOFactoryRegiste<wbr>r__Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>StimulateImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?<wbr>StimulateImageIOFactoryRegiste<wbr>r__Private@itk@@YAXXZ) referenced in function "protected: __thiscall std::_Vector_val<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<<wbr>class itk::Index<3> > >::MemoryBlock,class std::allocator<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<<wbr>class itk::Index<3> > >::MemoryBlock> >::_Vector_val<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<<wbr>class itk::Index<3> > >::MemoryBlock,class std::allocator<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<<wbr>class itk::Index<3> > >::MemoryBlock> >(class std::allocator<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<<wbr>class itk::Index<3> > >::MemoryBlock>)" (??0?$_Vector_val@UMemoryBlock<wbr>@?$ObjectStore@V?$<wbr>SparseFieldLevelSetNode@V?$<wbr>Index@$02@itk@@@itk@@@itk@@V?$<wbr>allocator@UMemoryBlock@?$<wbr>ObjectStore@V?$<wbr>SparseFieldLevelSetNode@V?$<wbr>Index@$02@itk@@@itk@@@itk@@@<wbr>std@@@std@@IAE@V?$allocator@<wbr>UMemoryBlock@?$ObjectStore@V?$<wbr>SparseFieldLevelSetNode@V?$<wbr>Index@$02@itk@@@itk@@@itk@@@1@<wbr>@Z)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>StimulateImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?<wbr>StimulateImageIOFactoryRegiste<wbr>r__Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>StimulateImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?<wbr>StimulateImageIOFactoryRegiste<wbr>r__Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>StimulateImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?<wbr>StimulateImageIOFactoryRegiste<wbr>r__Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>StimulateImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?<wbr>StimulateImageIOFactoryRegiste<wbr>r__Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>StimulateImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?<wbr>StimulateImageIOFactoryRegiste<wbr>r__Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>VTKImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>VTKImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>VTKImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>VTKImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>VTKImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>VTKImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>VTKImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>VTKImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function "void __cdecl itk::`anonymous namespace'::`dynamic initializer for '<wbr>ImageIOFactoryRegisterRegister<wbr>List''(void)" (??__<wbr>EImageIOFactoryRegisterRegiste<wbr>rList@?A0xb54261e9@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>VTKImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>VTKImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>VTKImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>VTKImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>VTKImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>VTKImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>TIFFImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>TIFFImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function __ehhandler$??1?$vector@V?$<wbr>vector@VrunLength@?$<wbr>BinaryImageToLabelMapFilter@V?<wbr>$Image@E$01@itk@@V?$LabelMap@V<wbr>?$LabelObject@F$01@itk@@@2@@<wbr>itk@@V?$allocator@VrunLength@?<wbr>$BinaryImageToLabelMapFilter@V<wbr>?$Image@E$01@itk@@V?$LabelMap@<wbr>V?$LabelObject@F$01@itk@@@2@@<wbr>itk@@@std@@@std@@V?$allocator@<wbr>V?$vector@VrunLength@?$<wbr>BinaryImageToLabelMapFilter@V?<wbr>$Image@E$01@itk@@V?$LabelMap@V<wbr>?$LabelObject@F$01@itk@@@2@@<wbr>itk@@V?$allocator@VrunLength@?<wbr>$BinaryImageToLabelMapFilter@V<wbr>?$Image@E$01@itk@@V?$LabelMap@<wbr>V?$LabelObject@F$01@itk@@@2@@<wbr>itk@@@std@@@std@@@2@@std@@QAE@<wbr>XZ<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>TIFFImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>TIFFImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>TIFFImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>TIFFImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>TIFFImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>TIFFImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>TIFFImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>TIFFImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>TIFFImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>TIFFImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>TIFFImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>TIFFImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>PNGImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>PNGImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>PNGImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>PNGImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>PNGImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>PNGImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function "void __cdecl std::_Debug_order2<class std::_Tree<class std::_Tset_traits<unsigned long,struct std::less<unsigned long>,class std::allocator<unsigned long>,0> >::iterator>(class std::_Tree<class std::_Tset_traits<unsigned long,struct std::less<unsigned long>,class std::allocator<unsigned long>,0> >::iterator,class std::_Tree<class std::_Tset_traits<unsigned long,struct std::less<unsigned long>,class std::allocator<unsigned long>,0> >::iterator,wchar_t const *,unsigned int,struct std::forward_iterator_tag)" (??$_Debug_order2@Viterator@?$<wbr>_Tree@V?$_Tset_traits@KU?$<wbr>less@K@std@@V?$allocator@K@2@$<wbr>0A@@std@@@std@@@std@@<wbr>YAXViterator@?$_Tree@V?$_Tset_<wbr>traits@KU?$less@K@std@@V?$<wbr>allocator@K@2@$0A@@std@@@0@<wbr>0PB_WIUforward_iterator_tag@0@<wbr>@Z)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>PNGImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>PNGImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>PNGImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>PNGImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>PNGImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>PNGImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>PNGImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>PNGImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>LSMImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>LSMImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>LSMImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>LSMImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>LSMImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>LSMImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function "void __cdecl std::_Debug_order2<class std::_Tree<class std::_Tset_traits<unsigned long,struct std::less<unsigned long>,class std::allocator<unsigned long>,0> >::iterator>(class std::_Tree<class std::_Tset_traits<unsigned long,struct std::less<unsigned long>,class std::allocator<unsigned long>,0> >::iterator,class std::_Tree<class std::_Tset_traits<unsigned long,struct std::less<unsigned long>,class std::allocator<unsigned long>,0> >::iterator,wchar_t const *,unsigned int,struct std::forward_iterator_tag)" (??$_Debug_order2@Viterator@?$<wbr>_Tree@V?$_Tset_traits@KU?$<wbr>less@K@std@@V?$allocator@K@2@$<wbr>0A@@std@@@std@@@std@@<wbr>YAXViterator@?$_Tree@V?$_Tset_<wbr>traits@KU?$less@K@std@@V?$<wbr>allocator@K@2@$0A@@std@@@0@<wbr>0PB_WIUforward_iterator_tag@0@<wbr>@Z)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>LSMImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>LSMImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>LSMImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>LSMImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>LSMImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>LSMImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>LSMImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>LSMImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>BMPImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>BMPImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>BMPImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>BMPImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function "protected: void __thiscall std::vector<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<<wbr>class itk::Index<3> > >::MemoryBlock,class std::allocator<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<<wbr>class itk::Index<3> > >::MemoryBlock> >::_Tidy(void)" (?_Tidy@?$vector@UMemoryBlock@<wbr>?$ObjectStore@V?$<wbr>SparseFieldLevelSetNode@V?$<wbr>Index@$02@itk@@@itk@@@itk@@V?$<wbr>allocator@UMemoryBlock@?$<wbr>ObjectStore@V?$<wbr>SparseFieldLevelSetNode@V?$<wbr>Index@$02@itk@@@itk@@@itk@@@<wbr>std@@@std@@IAEXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>BMPImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>BMPImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>BMPImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>BMPImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>BMPImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>BMPImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>BMPImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>BMPImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>BMPImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>BMPImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GDCMImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GDCMImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GDCMImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GDCMImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GDCMImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GDCMImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GDCMImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GDCMImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function "void __cdecl itk::`anonymous namespace'::`dynamic initializer for '<wbr>ImageIOFactoryRegisterRegister<wbr>List''(void)" (??__<wbr>EImageIOFactoryRegisterRegiste<wbr>rList@?A0xb54261e9@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GDCMImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GDCMImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GDCMImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GDCMImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GDCMImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GDCMImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>JPEGImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>JPEGImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>JPEGImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>JPEGImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>JPEGImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>JPEGImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>JPEGImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>JPEGImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function "void __cdecl itk::`anonymous namespace'::`dynamic initializer for '<wbr>ImageIOFactoryRegisterRegister<wbr>List''(void)" (??__<wbr>EImageIOFactoryRegisterRegiste<wbr>rList@?A0xb54261e9@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>JPEGImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>JPEGImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>JPEGImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>JPEGImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>JPEGImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>JPEGImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>HDF5ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>HDF5ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function "public: __thiscall std::vector<unsigned long,class std::allocator<unsigned long> >::~vector<unsigned long,class std::allocator<unsigned long> >(void)" (??1?$vector@KV?$allocator@K@<wbr>std@@@std@@QAE@XZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>HDF5ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>HDF5ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>HDF5ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>HDF5ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>HDF5ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>HDF5ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>HDF5ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>HDF5ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>HDF5ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>HDF5ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>HDF5ImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>HDF5ImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GiplImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GiplImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GiplImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GiplImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GiplImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GiplImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function "void __cdecl std::_Debug_order2<class std::_Tree<class std::_Tset_traits<unsigned long,struct std::less<unsigned long>,class std::allocator<unsigned long>,0> >::iterator>(class std::_Tree<class std::_Tset_traits<unsigned long,struct std::less<unsigned long>,class std::allocator<unsigned long>,0> >::iterator,class std::_Tree<class std::_Tset_traits<unsigned long,struct std::less<unsigned long>,class std::allocator<unsigned long>,0> >::iterator,wchar_t const *,unsigned int,struct std::forward_iterator_tag)" (??$_Debug_order2@Viterator@?$<wbr>_Tree@V?$_Tset_traits@KU?$<wbr>less@K@std@@V?$allocator@K@2@$<wbr>0A@@std@@@std@@@std@@<wbr>YAXViterator@?$_Tree@V?$_Tset_<wbr>traits@KU?$less@K@std@@V?$<wbr>allocator@K@2@$0A@@std@@@0@<wbr>0PB_WIUforward_iterator_tag@0@<wbr>@Z)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GiplImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GiplImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GiplImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GiplImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GiplImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GiplImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>GiplImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>GiplImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>NrrdImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>NrrdImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>NrrdImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>NrrdImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function "protected: bool __thiscall std::vector<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<<wbr>class itk::Index<3> > >::MemoryBlock,class std::allocator<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<<wbr>class itk::Index<3> > >::MemoryBlock> >::_Buy(unsigned int)" (?_Buy@?$vector@UMemoryBlock@?<wbr>$ObjectStore@V?$<wbr>SparseFieldLevelSetNode@V?$<wbr>Index@$02@itk@@@itk@@@itk@@V?$<wbr>allocator@UMemoryBlock@?$<wbr>ObjectStore@V?$<wbr>SparseFieldLevelSetNode@V?$<wbr>Index@$02@itk@@@itk@@@itk@@@<wbr>std@@@std@@IAE_NI@Z)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>NrrdImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>NrrdImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>NrrdImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>NrrdImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>NrrdImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>NrrdImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>NrrdImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>NrrdImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>NrrdImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>NrrdImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIConvert.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>NiftiImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>NiftiImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIMesh.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>NiftiImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>NiftiImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROI2ImagesParallel.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>NiftiImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>NiftiImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingwrapup.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>NiftiImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>NiftiImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ) referenced in function "void __cdecl itk::`anonymous namespace'::`dynamic initializer for '<wbr>ImageIOFactoryRegisterRegister<wbr>List''(void)" (??__<wbr>EImageIOFactoryRegisterRegiste<wbr>rList@?A0xb54261e9@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>PinnacleROIStructInterface.<wbr>obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>NiftiImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>NiftiImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>contourwarpingparallel.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>NiftiImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>NiftiImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal" style="text-autospace:none"><span style="font-size:8.0pt;font-family:"Courier New"">2>ParallelDispatcher.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::<wbr>NiftiImageIOFactoryRegister__<wbr>Private(void)" (__imp_?<wbr>NiftiImageIOFactoryRegister__<wbr>Private@itk@@YAXXZ)<u></u><u></u></span></p><p class="MsoNormal"><span style="font-size:8.0pt;font-family:"Courier New"">2>D:\MeshContourDeformation\<wbr>ContourWarpingLib-x86-dll\<wbr>Debug\ContourWarping32.dll : fatal error LNK1120: 17 unresolved externals</span><u></u><u></u></p></div></div><br>______________________________<wbr>_______<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at<br>
<a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>opensource/opensource.html</a><br>
<br>
Kitware offers ITK Training Courses, for more information visit:<br>
<a href="http://www.kitware.com/products/protraining.php" rel="noreferrer" target="_blank">http://www.kitware.com/<wbr>products/protraining.php</a><br>
<br>
Please keep messages on-topic and check the ITK FAQ at:<br>
<a href="http://www.itk.org/Wiki/ITK_FAQ" rel="noreferrer" target="_blank">http://www.itk.org/Wiki/ITK_<wbr>FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/insight-users" rel="noreferrer" target="_blank">http://public.kitware.com/<wbr>mailman/listinfo/insight-users</a><br>
<br></blockquote></div><br></div>