When I vtk, I will introduce,
www.vtk.org
There is a detailed information. Let me talk about how to develop in VS 6 using VTK, as an example of the consecure of the conference: 1.
http://www.vtk.org/get-software.php
Under Wintel Pre-Compiled Binaries (Windows 9x / NT) downloads VTK42-LateStrelease.exe, which is a compiled VTK package, of course, you can also download the source code version to your own build. Assume that the VTK package is installed to C: / Program Files Under the VTK42, you can see BIN, LIB, INCLUDE, etc. after installation 2. Add C: / Program Files / VTK42 / BIN to the path environment variable. 3. Open VS6, in Tools -> Options - > Directory tab Add c: / program files / vtk42 / include / vtk to include files, add C: / vtk to library files as shown in Figure: 4. Open the cone.cxx file, compile, should You can pass, if you have problems, please check the configuration of STEP 2, 3. Connect this program 11 Linking Errors, you need to set the following: Engine -> Settings -> Link tab, add: vtkcommon.lib vtkfiltering.lib vtkgraphics.lib vtkhybrid.lib vtkimaging.lib vtkio.lib vtkpng.lib vtkjpeg.lib vtkparallel.lib vtkrendering.lib vtkzlib.lib (Note Between each file name), determine. 5. Successful connection run.