<div dir="ltr">On Wed, May 8, 2013 at 10:17 AM, Cary lorey <span dir="ltr"><<a href="mailto:developement.unity@gmail.com" target="_blank">developement.unity@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>I tried this example, but when I do a built, I get these errors:</div><div><br>
</div><div>error LNK2019: unresolved external symbol "public: void __thiscall QuickView::Visualize(bool)" (?Visualize@QuickView@@QAEX_N@Z) referenced in function _main<span style="white-space:pre-wrap">        </span>CropImageFilter.obj<span style="white-space:pre-wrap">        </span>CropImageFilter</div>
<div><br></div><div><br></div><div>error LNK2019: unresolved external symbol "public: void __thiscall QuickView::AddRGBImage<class itk::Image<class itk::RGBPixel<unsigned char>,2> >(class itk::Image<class itk::RGBPixel<unsigned char>,2> *,bool,class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >)" (??$AddRGBImage@V?$Image@V?$RGBPixel@E@itk@@$01@itk@@@QuickView@@QAEXPAV?$Image@V?$RGBPixel@E@itk@@$01@itk@@_NV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z) referenced in function _main<span style="white-space:pre-wrap">        </span>CropImageFilter.obj<span style="white-space:pre-wrap">        </span>CropImageFilter</div>
<div><br></div><div><br></div><div>Please,I wanted to know where the error comes from, although I have changed anything in the example.</div><div><br></div><div>thank you in advance<br></div></div></blockquote><div><br>You need to build ITK with Module_ITKVtkGlue enabled. Either that or
just remove the QuickView section from the example. You can write a file
with an itkImageFileWriter instead if you are just trying to see what
the filter does.<br><br clear="all"><div>David</div> </div></div><br></div></div>