Hi, David&amp;all<br><br>Thank you for your reply. It makes me notice the CMakeList at the bottom of the example page. <br><br>I finally find the relevant .lib file which is vtkHybrid.lib. <br><br>Hope this message could be useful to others who has the same problem.<br>
<br>Best wishes<br>Wenlong<br><br><div class="gmail_quote">2011/12/6 David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div class="im">&gt; You should set_target_libraries(yourProject ${VTK_LIBRARIES}) in your<br>
&gt; CMakeLists.txt. There is an example CMakeLists.txt with every wiki<br>
&gt; example:<br>
&gt; <a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filtering/IterativeClosestPointsTransform" target="_blank">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Filtering/IterativeClosestPointsTransform</a><br>
&gt;<br>
&gt; David<br>
<br>
</div>Oops, target_link_libraries, not set_target_libraries.<br>
</blockquote></div><br>