<span class="big"></span>Hi everyone,<br>When I compile my vtk code,<br>the compilier shows <br>&quot;LINK : warning LNK4098: defaultlib &#39;MSVCRTD&#39; conflicts with use of other libs; use /NODEFAULTLIB:library&quot;.<br>
After this msg, I cant get any execute file.<br>I&#39;ve followed possible methods from Internet to solve this, but these methods arenot working.<br><br>My working environment is<br>--<br>WinXP SP3, VC2005, vtk5.2<br>--<br>
My code is below<br>--<br>#include &lt;vtkActor.h&gt;<br>using namespace std;<br>int main()<br>{<br>    vtkActor* actor=vtkActor::New();<br>    cout&lt;&lt;&quot;hello&quot;;<br>    return 0;<br>}<br>---<br><br>Does anyone can show me how to fix this problem?<br>
<br><br><br>Kind Regards,<br><br>Tom<br>