<div dir="ltr"><div><div><div>Hello,<br><br></div>As Dzenan said, your problem most likely comes from a problem with the ITK IO factory. You may want to check that in your build directory, you have a directory called "ITKIOFactoryRegistration" that is created, and that it contains a file called itkImageIOFactoryRegisterManager.h. This file specifies all the type of images that are automatically registered to the factory. You should compare the list of types included in this header file with the list of ITK libraries that is passed to your compiler and make sure that it matches.<br><br></div>Hope this helps,<br><br></div>Francois<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Sep 25, 2016 at 10:36 AM, Dženan Zukić <span dir="ltr"><<a href="mailto:dzenanz@gmail.com" target="_blank">dzenanz@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 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" target="_blank">https://itk.org/Wiki/Plugin_<wbr>IO_mechanisms</a></font><br></div><div class="gmail_default"><a href="https://itk.org/ITKExamples/src/IO/ImageBase/RegisterIOFactories/Documentation.html" target="_blank">https://itk.org/ITKExamples/<wbr>src/IO/ImageBase/<wbr>RegisterIOFactories/<wbr>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"><div><div class="h5">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></div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5"><div link="#0563C1" vlink="#954F72" lang="EN-US"><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\Cont<wbr>ourWarpingLib-x86-dll\Debug\<wbr>ContourWarping32.lib and object D:\MeshContourDeformation\Cont<wbr>ourWarpingLib-x86-dll\Debug\<wbr>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::GE5ImageIOFactoryRegister<wbr>__Private(void)" (__imp_?GE5ImageIOFactoryRegis<wbr>ter__Private@itk@@YAXXZ) referenced in function __unwindfunclet$??0?$BinaryIma<wbr>geToLabelMapFilter@V?$Image@E$<wbr>01@itk@@V?$LabelMap@V?$<wbr>LabelObject@F$01@itk@@@2@@itk@<wbr>@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::GE5ImageIOFactoryRegister<wbr>__Private(void)" (__imp_?GE5ImageIOFactoryRegis<wbr>ter__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::GE5ImageIOFactoryRegister<wbr>__Private(void)" (__imp_?GE5ImageIOFactoryRegis<wbr>ter__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::GE5ImageIOFactoryRegister<wbr>__Private(void)" (__imp_?GE5ImageIOFactoryRegis<wbr>ter__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::GE5ImageIOFactoryRegister<wbr>__Private(void)" (__imp_?GE5ImageIOFactoryRegis<wbr>ter__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::GE5ImageIOFactoryRegister<wbr>__Private(void)" (__imp_?GE5ImageIOFactoryRegis<wbr>ter__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::GE5ImageIOFactoryRegister<wbr>__Private(void)" (__imp_?GE5ImageIOFactoryRegis<wbr>ter__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::GE4ImageIOFactoryRegister<wbr>__Private(void)" (__imp_?GE4ImageIOFactoryRegis<wbr>ter__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::GE4ImageIOFactoryRegister<wbr>__Private(void)" (__imp_?GE4ImageIOFactoryRegis<wbr>ter__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::GE4ImageIOFactoryRegister<wbr>__Private(void)" (__imp_?GE4ImageIOFactoryRegis<wbr>ter__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::GE4ImageIOFactoryRegister<wbr>__Private(void)" (__imp_?GE4ImageIOFactoryRegis<wbr>ter__Private@itk@@YAXXZ) referenced in function "void __cdecl itk::`anonymous namespace'::`dynamic initializer for 'ImageIOFactoryRegisterRegiste<wbr>rList''(void)" (??__EImageIOFactoryRegisterRe<wbr>gisterList@?A0xb54261e9@itk@@<wbr>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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::GE4ImageIOFactoryRegister<wbr>__Private(void)" (__imp_?GE4ImageIOFactoryRegis<wbr>ter__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::GE4ImageIOFactoryRegister<wbr>__Private(void)" (__imp_?GE4ImageIOFactoryRegis<wbr>ter__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::GE4ImageIOFactoryRegister<wbr>__Private(void)" (__imp_?GE4ImageIOFactoryRegis<wbr>ter__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::MRCImageIOFactoryRegister<wbr>__Private(void)" (__imp_?MRCImageIOFactoryRegis<wbr>ter__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::MRCImageIOFactoryRegister<wbr>__Private(void)" (__imp_?MRCImageIOFactoryRegis<wbr>ter__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.o<wbr>bj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::MRCImageIOFactoryRegister<wbr>__Private(void)" (__imp_?MRCImageIOFactoryRegis<wbr>ter__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@@s<wbr>td@@@std@@@std@@YAXViterator@?<wbr>$_Tree@V?$_Tset_traits@KU?$les<wbr>s@K@std@@V?$allocator@K@2@$0A@<wbr>@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::MRCImageIOFactoryRegister<wbr>__Private(void)" (__imp_?MRCImageIOFactoryRegis<wbr>ter__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::MRCImageIOFactoryRegister<wbr>__Private(void)" (__imp_?MRCImageIOFactoryRegis<wbr>ter__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::MRCImageIOFactoryRegister<wbr>__Private(void)" (__imp_?MRCImageIOFactoryRegis<wbr>ter__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::MRCImageIOFactoryRegister<wbr>__Private(void)" (__imp_?MRCImageIOFactoryRegis<wbr>ter__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::MetaImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?MetaImageIOFactoryRegi<wbr>ster__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::MetaImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?MetaImageIOFactoryRegi<wbr>ster__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::MetaImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?MetaImageIOFactoryRegi<wbr>ster__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::MetaImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?MetaImageIOFactoryRegi<wbr>ster__Private@itk@@YAXXZ) referenced in function "void __cdecl itk::`anonymous namespace'::`dynamic initializer for 'ImageIOFactoryRegisterRegiste<wbr>rList''(void)" (??__EImageIOFactoryRegisterRe<wbr>gisterList@?A0xb54261e9@itk@@<wbr>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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::MetaImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?MetaImageIOFactoryRegi<wbr>ster__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::MetaImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?MetaImageIOFactoryRegi<wbr>ster__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::MetaImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?MetaImageIOFactoryRegi<wbr>ster__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::BioRadImageIOFactoryRegis<wbr>ter__Private(void)" (__imp_?BioRadImageIOFactoryRe<wbr>gister__Private@itk@@YAXXZ) referenced in function "public: __thiscall std::vector<class std::vector<class itk::BinaryImageToLabelMapFilt<wbr>er<class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength,class std::allocator<class itk::BinaryImageToLabelMapFilt<wbr>er<class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength> >,class std::allocator<class std::vector<class itk::BinaryImageToLabelMapFilt<wbr>er<class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength,class std::allocator<class itk::BinaryImageToLabelMapFilt<wbr>er<class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength> > > >::~vector<class std::vector<class itk::BinaryImageToLabelMapFilt<wbr>er<class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength,class std::allocator<class itk::BinaryImageToLabelMapFilt<wbr>er<class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength> >,class std::allocator<class std::vector<class itk::BinaryImageToLabelMapFilt<wbr>er<class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength,class std::allocator<class itk::BinaryImageToLabelMapFilt<wbr>er<class itk::Image<unsigned char,2>,class itk::LabelMap<class itk::LabelObject<short,2> > >::runLength> > > >(void)" (??1?$vector@V?$vector@VrunLen<wbr>gth@?$BinaryImageToLabelMapFil<wbr>ter@V?$Image@E$01@itk@@V?$<wbr>LabelMap@V?$LabelObject@F$01@<wbr>itk@@@2@@itk@@V?$allocator@<wbr>VrunLength@?$<wbr>BinaryImageToLabelMapFilter@V?<wbr>$Image@E$01@itk@@V?$LabelMap@V<wbr>?$LabelObject@F$01@itk@@@2@@it<wbr>k@@@std@@@std@@V?$allocator@V?<wbr>$vector@VrunLength@?$BinaryIma<wbr>geToLabelMapFilter@V?$Image@E$<wbr>01@itk@@V?$LabelMap@V?$<wbr>LabelObject@F$01@itk@@@2@@itk@<wbr>@V?$allocator@VrunLength@?$<wbr>BinaryImageToLabelMapFilter@V?<wbr>$Image@E$01@itk@@V?$LabelMap@V<wbr>?$LabelObject@F$01@itk@@@2@@it<wbr>k@@@std@@@std@@@2@@std@@QAE@XZ<wbr>)<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::BioRadImageIOFactoryRegis<wbr>ter__Private(void)" (__imp_?BioRadImageIOFactoryRe<wbr>gister__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::BioRadImageIOFactoryRegis<wbr>ter__Private(void)" (__imp_?BioRadImageIOFactoryRe<wbr>gister__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::BioRadImageIOFactoryRegis<wbr>ter__Private(void)" (__imp_?BioRadImageIOFactoryRe<wbr>gister__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::BioRadImageIOFactoryRegis<wbr>ter__Private(void)" (__imp_?BioRadImageIOFactoryRe<wbr>gister__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::BioRadImageIOFactoryRegis<wbr>ter__Private(void)" (__imp_?BioRadImageIOFactoryRe<wbr>gister__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::BioRadImageIOFactoryRegis<wbr>ter__Private(void)" (__imp_?BioRadImageIOFactoryRe<wbr>gister__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::StimulateImageIOFactoryRe<wbr>gister__Private(void)" (__imp_?StimulateImageIOFactor<wbr>yRegister__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::StimulateImageIOFactoryRe<wbr>gister__Private(void)" (__imp_?StimulateImageIOFactor<wbr>yRegister__Private@itk@@YAXXZ) referenced in function "protected: __thiscall std::_Vector_val<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<c<wbr>lass itk::Index<3> > >::MemoryBlock,class std::allocator<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<c<wbr>lass itk::Index<3> > >::MemoryBlock> >::_Vector_val<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<c<wbr>lass itk::Index<3> > >::MemoryBlock,class std::allocator<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<c<wbr>lass itk::Index<3> > >::MemoryBlock> >(class std::allocator<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<c<wbr>lass itk::Index<3> > >::MemoryBlock>)" (??0?$_Vector_val@UMemoryBlock<wbr>@?$ObjectStore@V?$SparseFieldL<wbr>evelSetNode@V?$Index@$02@itk@@<wbr>@itk@@@itk@@V?$allocator@<wbr>UMemoryBlock@?$ObjectStore@V?$<wbr>SparseFieldLevelSetNode@V?$Ind<wbr>ex@$02@itk@@@itk@@@itk@@@std@@<wbr>@std@@IAE@V?$allocator@UMemory<wbr>Block@?$ObjectStore@V?$SparseF<wbr>ieldLevelSetNode@V?$Index@$02@<wbr>itk@@@itk@@@itk@@@1@@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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::StimulateImageIOFactoryRe<wbr>gister__Private(void)" (__imp_?StimulateImageIOFactor<wbr>yRegister__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::StimulateImageIOFactoryRe<wbr>gister__Private(void)" (__imp_?StimulateImageIOFactor<wbr>yRegister__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::StimulateImageIOFactoryRe<wbr>gister__Private(void)" (__imp_?StimulateImageIOFactor<wbr>yRegister__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::StimulateImageIOFactoryRe<wbr>gister__Private(void)" (__imp_?StimulateImageIOFactor<wbr>yRegister__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::StimulateImageIOFactoryRe<wbr>gister__Private(void)" (__imp_?StimulateImageIOFactor<wbr>yRegister__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::VTKImageIOFactoryRegister<wbr>__Private(void)" (__imp_?VTKImageIOFactoryRegis<wbr>ter__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::VTKImageIOFactoryRegister<wbr>__Private(void)" (__imp_?VTKImageIOFactoryRegis<wbr>ter__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::VTKImageIOFactoryRegister<wbr>__Private(void)" (__imp_?VTKImageIOFactoryRegis<wbr>ter__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::VTKImageIOFactoryRegister<wbr>__Private(void)" (__imp_?VTKImageIOFactoryRegis<wbr>ter__Private@itk@@YAXXZ) referenced in function "void __cdecl itk::`anonymous namespace'::`dynamic initializer for 'ImageIOFactoryRegisterRegiste<wbr>rList''(void)" (??__EImageIOFactoryRegisterRe<wbr>gisterList@?A0xb54261e9@itk@@<wbr>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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::VTKImageIOFactoryRegister<wbr>__Private(void)" (__imp_?VTKImageIOFactoryRegis<wbr>ter__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::VTKImageIOFactoryRegister<wbr>__Private(void)" (__imp_?VTKImageIOFactoryRegis<wbr>ter__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::VTKImageIOFactoryRegister<wbr>__Private(void)" (__imp_?VTKImageIOFactoryRegis<wbr>ter__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::TIFFImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?TIFFImageIOFactoryRegi<wbr>ster__Private@itk@@YAXXZ) referenced in function __ehhandler$??1?$vector@V?$vec<wbr>tor@VrunLength@?$BinaryImageTo<wbr>LabelMapFilter@V?$Image@E$01@<wbr>itk@@V?$LabelMap@V?$<wbr>LabelObject@F$01@itk@@@2@@itk@<wbr>@V?$allocator@VrunLength@?$<wbr>BinaryImageToLabelMapFilter@V?<wbr>$Image@E$01@itk@@V?$LabelMap@V<wbr>?$LabelObject@F$01@itk@@@2@@it<wbr>k@@@std@@@std@@V?$allocator@V?<wbr>$vector@VrunLength@?$BinaryIma<wbr>geToLabelMapFilter@V?$Image@E$<wbr>01@itk@@V?$LabelMap@V?$<wbr>LabelObject@F$01@itk@@@2@@itk@<wbr>@V?$allocator@VrunLength@?$<wbr>BinaryImageToLabelMapFilter@V?<wbr>$Image@E$01@itk@@V?$LabelMap@V<wbr>?$LabelObject@F$01@itk@@@2@@it<wbr>k@@@std@@@std@@@2@@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::TIFFImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?TIFFImageIOFactoryRegi<wbr>ster__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::TIFFImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?TIFFImageIOFactoryRegi<wbr>ster__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::TIFFImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?TIFFImageIOFactoryRegi<wbr>ster__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::TIFFImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?TIFFImageIOFactoryRegi<wbr>ster__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::TIFFImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?TIFFImageIOFactoryRegi<wbr>ster__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::TIFFImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?TIFFImageIOFactoryRegi<wbr>ster__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::PNGImageIOFactoryRegister<wbr>__Private(void)" (__imp_?PNGImageIOFactoryRegis<wbr>ter__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::PNGImageIOFactoryRegister<wbr>__Private(void)" (__imp_?PNGImageIOFactoryRegis<wbr>ter__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.o<wbr>bj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::PNGImageIOFactoryRegister<wbr>__Private(void)" (__imp_?PNGImageIOFactoryRegis<wbr>ter__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?$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_WIUforward_<wbr>iterator_tag@0@@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::PNGImageIOFactoryRegister<wbr>__Private(void)" (__imp_?PNGImageIOFactoryRegis<wbr>ter__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::PNGImageIOFactoryRegister<wbr>__Private(void)" (__imp_?PNGImageIOFactoryRegis<wbr>ter__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::PNGImageIOFactoryRegister<wbr>__Private(void)" (__imp_?PNGImageIOFactoryRegis<wbr>ter__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::PNGImageIOFactoryRegister<wbr>__Private(void)" (__imp_?PNGImageIOFactoryRegis<wbr>ter__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::LSMImageIOFactoryRegister<wbr>__Private(void)" (__imp_?LSMImageIOFactoryRegis<wbr>ter__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::LSMImageIOFactoryRegister<wbr>__Private(void)" (__imp_?LSMImageIOFactoryRegis<wbr>ter__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.o<wbr>bj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::LSMImageIOFactoryRegister<wbr>__Private(void)" (__imp_?LSMImageIOFactoryRegis<wbr>ter__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?$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_WIUforward_<wbr>iterator_tag@0@@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::LSMImageIOFactoryRegister<wbr>__Private(void)" (__imp_?LSMImageIOFactoryRegis<wbr>ter__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::LSMImageIOFactoryRegister<wbr>__Private(void)" (__imp_?LSMImageIOFactoryRegis<wbr>ter__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::LSMImageIOFactoryRegister<wbr>__Private(void)" (__imp_?LSMImageIOFactoryRegis<wbr>ter__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::LSMImageIOFactoryRegister<wbr>__Private(void)" (__imp_?LSMImageIOFactoryRegis<wbr>ter__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::BMPImageIOFactoryRegister<wbr>__Private(void)" (__imp_?BMPImageIOFactoryRegis<wbr>ter__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::BMPImageIOFactoryRegister<wbr>__Private(void)" (__imp_?BMPImageIOFactoryRegis<wbr>ter__Private@itk@@YAXXZ) referenced in function "protected: void __thiscall std::vector<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<c<wbr>lass itk::Index<3> > >::MemoryBlock,class std::allocator<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<c<wbr>lass itk::Index<3> > >::MemoryBlock> >::_Tidy(void)" (?_Tidy@?$vector@UMemoryBlock@<wbr>?$ObjectStore@V?$SparseFieldLe<wbr>velSetNode@V?$Index@$02@itk@@@<wbr>itk@@@itk@@V?$allocator@<wbr>UMemoryBlock@?$ObjectStore@V?$<wbr>SparseFieldLevelSetNode@V?$Ind<wbr>ex@$02@itk@@@itk@@@itk@@@std@@<wbr>@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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::BMPImageIOFactoryRegister<wbr>__Private(void)" (__imp_?BMPImageIOFactoryRegis<wbr>ter__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::BMPImageIOFactoryRegister<wbr>__Private(void)" (__imp_?BMPImageIOFactoryRegis<wbr>ter__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::BMPImageIOFactoryRegister<wbr>__Private(void)" (__imp_?BMPImageIOFactoryRegis<wbr>ter__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::BMPImageIOFactoryRegister<wbr>__Private(void)" (__imp_?BMPImageIOFactoryRegis<wbr>ter__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::BMPImageIOFactoryRegister<wbr>__Private(void)" (__imp_?BMPImageIOFactoryRegis<wbr>ter__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::GDCMImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?GDCMImageIOFactoryRegi<wbr>ster__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::GDCMImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?GDCMImageIOFactoryRegi<wbr>ster__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::GDCMImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?GDCMImageIOFactoryRegi<wbr>ster__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::GDCMImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?GDCMImageIOFactoryRegi<wbr>ster__Private@itk@@YAXXZ) referenced in function "void __cdecl itk::`anonymous namespace'::`dynamic initializer for 'ImageIOFactoryRegisterRegiste<wbr>rList''(void)" (??__EImageIOFactoryRegisterRe<wbr>gisterList@?A0xb54261e9@itk@@<wbr>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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::GDCMImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?GDCMImageIOFactoryRegi<wbr>ster__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::GDCMImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?GDCMImageIOFactoryRegi<wbr>ster__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::GDCMImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?GDCMImageIOFactoryRegi<wbr>ster__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::JPEGImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?JPEGImageIOFactoryRegi<wbr>ster__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::JPEGImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?JPEGImageIOFactoryRegi<wbr>ster__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::JPEGImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?JPEGImageIOFactoryRegi<wbr>ster__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::JPEGImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?JPEGImageIOFactoryRegi<wbr>ster__Private@itk@@YAXXZ) referenced in function "void __cdecl itk::`anonymous namespace'::`dynamic initializer for 'ImageIOFactoryRegisterRegiste<wbr>rList''(void)" (??__EImageIOFactoryRegisterRe<wbr>gisterList@?A0xb54261e9@itk@@<wbr>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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::JPEGImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?JPEGImageIOFactoryRegi<wbr>ster__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::JPEGImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?JPEGImageIOFactoryRegi<wbr>ster__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::JPEGImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?JPEGImageIOFactoryRegi<wbr>ster__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::HDF5ImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?HDF5ImageIOFactoryRegi<wbr>ster__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@s<wbr>td@@@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::HDF5ImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?HDF5ImageIOFactoryRegi<wbr>ster__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::HDF5ImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?HDF5ImageIOFactoryRegi<wbr>ster__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::HDF5ImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?HDF5ImageIOFactoryRegi<wbr>ster__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::HDF5ImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?HDF5ImageIOFactoryRegi<wbr>ster__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::HDF5ImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?HDF5ImageIOFactoryRegi<wbr>ster__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::HDF5ImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?HDF5ImageIOFactoryRegi<wbr>ster__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::GiplImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?GiplImageIOFactoryRegi<wbr>ster__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::GiplImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?GiplImageIOFactoryRegi<wbr>ster__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.o<wbr>bj : error LNK2019: unresolved external symbol "__declspec(dllimport) void __cdecl itk::GiplImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?GiplImageIOFactoryRegi<wbr>ster__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?$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_WIUforward_<wbr>iterator_tag@0@@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::GiplImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?GiplImageIOFactoryRegi<wbr>ster__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::GiplImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?GiplImageIOFactoryRegi<wbr>ster__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::GiplImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?GiplImageIOFactoryRegi<wbr>ster__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::GiplImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?GiplImageIOFactoryRegi<wbr>ster__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::NrrdImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?NrrdImageIOFactoryRegi<wbr>ster__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::NrrdImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?NrrdImageIOFactoryRegi<wbr>ster__Private@itk@@YAXXZ) referenced in function "protected: bool __thiscall std::vector<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<c<wbr>lass itk::Index<3> > >::MemoryBlock,class std::allocator<struct itk::ObjectStore<class itk::SparseFieldLevelSetNode<c<wbr>lass itk::Index<3> > >::MemoryBlock> >::_Buy(unsigned int)" (?_Buy@?$vector@UMemoryBlock@?<wbr>$ObjectStore@V?$SparseFieldLev<wbr>elSetNode@V?$Index@$02@itk@@@<wbr>itk@@@itk@@V?$allocator@<wbr>UMemoryBlock@?$ObjectStore@V?$<wbr>SparseFieldLevelSetNode@V?$Ind<wbr>ex@$02@itk@@@itk@@@itk@@@std@@<wbr>@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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::NrrdImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?NrrdImageIOFactoryRegi<wbr>ster__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::NrrdImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?NrrdImageIOFactoryRegi<wbr>ster__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::NrrdImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?NrrdImageIOFactoryRegi<wbr>ster__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::NrrdImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?NrrdImageIOFactoryRegi<wbr>ster__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::NrrdImageIOFactoryRegiste<wbr>r__Private(void)" (__imp_?NrrdImageIOFactoryRegi<wbr>ster__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::NiftiImageIOFactoryRegist<wbr>er__Private(void)" (__imp_?NiftiImageIOFactoryReg<wbr>ister__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::NiftiImageIOFactoryRegist<wbr>er__Private(void)" (__imp_?NiftiImageIOFactoryReg<wbr>ister__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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::NiftiImageIOFactoryRegist<wbr>er__Private(void)" (__imp_?NiftiImageIOFactoryReg<wbr>ister__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::NiftiImageIOFactoryRegist<wbr>er__Private(void)" (__imp_?NiftiImageIOFactoryReg<wbr>ister__Private@itk@@YAXXZ) referenced in function "void __cdecl itk::`anonymous namespace'::`dynamic initializer for 'ImageIOFactoryRegisterRegiste<wbr>rList''(void)" (??__EImageIOFactoryRegisterRe<wbr>gisterList@?A0xb54261e9@itk@@<wbr>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.o<wbr>bj : error LNK2001: unresolved external symbol "__declspec(dllimport) void __cdecl itk::NiftiImageIOFactoryRegist<wbr>er__Private(void)" (__imp_?NiftiImageIOFactoryReg<wbr>ister__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::NiftiImageIOFactoryRegist<wbr>er__Private(void)" (__imp_?NiftiImageIOFactoryReg<wbr>ister__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::NiftiImageIOFactoryRegist<wbr>er__Private(void)" (__imp_?NiftiImageIOFactoryReg<wbr>ister__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\Co<wbr>ntourWarpingLib-x86-dll\Debug\<wbr>ContourWarping32.dll : fatal error LNK1120: 17 unresolved externals</span><u></u><u></u></p></div></div><br></div></div>______________________________<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/opensou<wbr>rce/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/product<wbr>s/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_FA<wbr>Q</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/mail<wbr>man/listinfo/insight-users</a><br>
<br></blockquote></div><br></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>