<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>The following&nbsp;simple piece of code can compile on my Windows VS C++ 2003.&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>#include &lt;itkImageFileReader.h&gt;<BR>#include &lt;vtkPolyDataReader.h&gt;<BR>bool main(int argc, char* argv[]){</DIV>
<DIV>&nbsp;vtkPolyDataReader* pdReader = vtkPolyDataReader::New();<BR>&nbsp;pdReader-&gt;SetFileName("D:\\testdata.vtk");<BR>&nbsp;pdReader-&gt;Update();<BR>&nbsp;return true;<BR>}</DIV>
<DIV>&nbsp;</DIV>
<DIV>However,&nbsp;the generated program can only run for ITK2.8 and&nbsp;ITK3.0 released versions, but causes error&nbsp;for&nbsp;ITK3.2 or ITK3.4&nbsp;release.&nbsp; The VTK version is 5.0.&nbsp; Does anyone&nbsp; know why including &lt;itkImageFileReader.h&gt; will introduce this trouble?&nbsp; Thanks in advance!</DIV>
<DIV>&nbsp;</DIV>
<DIV>/Leo</DIV>
<DIV>&nbsp;</DIV></div><br>
      <hr size=1>Be a better friend, newshound, and 
know-it-all with Yahoo! Mobile. <a href="http://us.rd.yahoo.com/evt=51733/*http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDypao8Wcj9tAcJ "> Try it now.</a></body></html>