<HTML>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft DHTML Editing Control">
<TITLE></TITLE>
</HEAD>
<BODY>
<DIV>Hello all,</DIV>
<DIV> </DIV>
<DIV>When I attempt to run the example code "cone.cxx" (in the tutorials
directory) from vtk4.2 distribution I face some linking errors</DIV>
<DIV> </DIV>
<DIV>I'am using VC++6.0 and I have given all the possible .lib files that this
project might be using (infact i even tried giving all the .lib files in the lib
directory of vtk42).</DIV>
<DIV> </DIV>
<DIV>This is the linking error </DIV>
<DIV> </DIV>
<DIV>Cone.obj : error LNK2001: unresolved external symbol "__declspec(dllimport)
public: void __thiscall vtkRenderWindow::AddRenderer(class vtkRenderer *)" (<A
href="mailto:__imp_?AddRenderer@vtkRenderWindow@@QAEXPAVvtkRenderer@@@Z">__imp_?AddRenderer@vtkRenderWindow@@QAEXPAVvtkRenderer@@@Z</A>)</DIV>
<DIV> </DIV>
<DIV>
<DIV>I had previously been using vtk3.2 where I had to just include
the vtkdll.lib and I dint have to go through this painful
process.</DIV>
<DIV> </DIV>
<DIV>Any thoughts will be greatly appreciated,</DIV>
<DIV>Murali.</DIV></DIV>
<DIV> </DIV>
<DIV> </DIV>
</BODY>
</HTML>