<div dir="ltr">On Wed, May 8, 2013 at 10:17 AM, Cary lorey <span dir="ltr">&lt;<a href="mailto:developement.unity@gmail.com" target="_blank">developement.unity@gmail.com</a>&gt;</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 &quot;public: void __thiscall QuickView::Visualize(bool)&quot; (?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 &quot;public: void __thiscall QuickView::AddRGBImage&lt;class itk::Image&lt;class itk::RGBPixel&lt;unsigned char&gt;,2&gt; &gt;(class itk::Image&lt;class itk::RGBPixel&lt;unsigned char&gt;,2&gt; *,bool,class std::basic_string&lt;char,struct std::char_traits&lt;char&gt;,class std::allocator&lt;char&gt; &gt;)&quot; (??$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>