That looks like a link error on one of the examples, so the vtk libs
may be built.  You might want to try configuring (using cmake) to
not build the examples and see if you get a clean build on just the
libs.  I have never tried 4.2, but I have built 4.4 using VC6 and
borland free tools and it works.  You should not need any external
libs, such as Qt, just to build vtk.<br><br>
<br><div><span class="gmail_quote">On 7/19/05, <b class="gmail_sendername">Bego Menéndez</b> &lt;<a href="mailto:proyectofc@gmail.com">proyectofc@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi, we are trying to install vtk libraries but we can't.<br>We have downloaded the libraries from the official page and we have<br>followed the instructions that are in the file &quot;readme.html&quot;.-<br><br> 1) Install the VTK 
4.2 distribution by unzipping into the<br>&nbsp;&nbsp;&nbsp;&nbsp; appropriate directory.<br><br>&nbsp;&nbsp;2) Execute CMakeSetup. This will pop-up a little<br>&nbsp;&nbsp;&nbsp;&nbsp; GUI that allows you to tailor the build. It then starts<br>&nbsp;&nbsp;&nbsp;&nbsp; building .dsw and .dsp files for Microsoft, or makefiles for Borland.
<br>&nbsp;&nbsp;&nbsp;&nbsp; You'll have to tell CMakeSetup where you've placed your VTK source<br>&nbsp;&nbsp;&nbsp;&nbsp; code, and where to build the object code and dll's<br>&nbsp;&nbsp;&nbsp;&nbsp; (we'll call it &quot;vtkbin&quot;).<br><br>&nbsp;&nbsp;3) When CMakeSetup completes, start up msdev and load 
VTK.dsw.<br>&nbsp;&nbsp;&nbsp;&nbsp; Select ALL_BUILD project, and build it.<br><br>Our problem is that when we try to compile a code with Visual C++ 6.0,<br>it's impossible because we have some errors like the following one:<br><br>Cone.obj
 : error LNK2001: unresolved external symbol &quot;public: void<br>__thiscall vtkCamera::Azimuth(double)&quot; (?Azimuth@vtkCamera@@QAEXN@Z)<br><br>Could someone explain us how to use the CMakeSetup?<br>We have also seen a tutorial where it was explained that you had to
<br>install QT and other things to install vtk libraries, is it really<br>neccesary?<br><br>Thanks a lot.<br>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: 
<a href="http://www.vtk.org/Wiki/VTK_FAQ">http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a href="http://www.vtk.org/mailman/listinfo/vtkusers">http://www.vtk.org/mailman/listinfo/vtkusers
</a><br></blockquote></div><br>