<span class="big"></span>Hi everyone,<br>When I compile my vtk code,<br>the compilier shows <br>"LINK : warning LNK4098: defaultlib 'MSVCRTD' conflicts with use of other libs; use /NODEFAULTLIB:library".<br>
After this msg, I cant get any execute file.<br>I'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 <vtkActor.h><br>using namespace std;<br>int main()<br>{<br> vtkActor* actor=vtkActor::New();<br> cout<<"hello";<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>