Hi David and everyone,<br><br>Yes, it works. No more unresolved external symbol errors about vtkPCAStatistics happens. However, there are more other unresolved external symbol errors.<br><br><b>1. bool __cdecl rmatrixsvd(class ap::template_2d_array&lt;double,1&gt;,int,int,int,int,int,class ap::template_1d_array&lt;double,1&gt; &amp;,class ap::template_2d_array&lt;double,1&gt; &amp;,class ap::template_2d_array&lt;double,1&gt; &amp;)<br>
2. void __cdecl ap::afree(void *)<br>3. void __cdecl ap::vmove(double *,double const *,int)<br>4. void * __cdecl ap::amalloc(unsigned int,unsigned int)<br></b><br>All of them are about template_1d_array or template_2d_array. And I used vtkDoubleArray to recieve the return value of vtkPCAStatistics::GetEigenvector();<br>
<br>I&#39;ve narrow it down to vtkPCAStatistics::New(). Maybe something wrong with it when the instance created?<br><br>Can anyone give me some suggestions? Many thanks in advance.<br><br>Best wishes<br>Wenlong<br><br><div class="gmail_quote">
2011/10/25 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">On Tue, Oct 25, 2011 at 1:23 PM, Wenlong Wang &lt;<a href="mailto:scc.wwl@gmail.com">scc.wwl@gmail.com</a>&gt; wrote:<br>
&gt; Hi David,<br>
&gt;<br>
&gt; Thank you for your reply.<br>
&gt;<br>
&gt; I&#39;ve checked the Infovis in the Project-&gt;C/C++-&gt;Additional Include<br>
&gt; Directory. And my VTK version has been updated to 5.8.0.<br>
&gt;<br>
&gt; So that&#39;s the most confusing part. It seems I&#39;ve done evrything right, but<br>
&gt; it just doesn&#39;t work.<br>
&gt;<br>
&gt; And I am thinking about if I should use the CMake to reconfigure the<br>
&gt; project, However, my program is a MFC program and it&#39;s half done. I&#39;m not<br>
&gt; sure if I use CMake now would be benifit.<br>
&gt;<br>
&gt; Wenlong<br>
<br>
</div>You don&#39;t just need to add the include directory, you actually have to<br>
link to the library &#39;vtkInfovis&#39;.<br>
<font color="#888888"><br>
David<br>
</font></blockquote></div><br>