<div class="gmail_quote">On Wed, Apr 13, 2011 at 12:08 PM, KK <span dir="ltr">&lt;<a href="mailto:karoll.frindel@gmail.com">karoll.frindel@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
Hi everybody,<br>
<br>
I am a beginner in VTK and try to use it in a Visual C + + project.<br>
To do this, I added the directories of VTK header and library files to my<br>
project. The header files were added from Project Property<br>
Page-&gt;C/C++-&gt;Additional Include Directories; the library directories were<br>
added from Project Property Page-&gt;Linker-&gt;Additional Library Directories.<br>
Finally to use VTK in my project, vtk*.libs were also added to the project<br>
settings. I went to Project, Open Properties page, select Linker list, in<br>
the Input category I added vtk*.libs to the Additional Dependencies, which<br>
are vtkCommon.lib vtkFiltering.lib vtkGraphics.lib vtkHybrid.lib<br>
vtkImaging.lib vtkIO.lib vtkpng.lib vtkjpeg.lib vtkParallel.lib<br>
vtkRendering.lib vtkzlib.lib<br>
<br></blockquote><div> </div><div>You must use CMake to create a VS project from your code:</div><div> </div><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="https://docs.google.com/present/edit?id=0AcyIfGqnlfSoZGdqaGhnMnJfMjg5aHE3ZzhwdmQ&amp;hl=en">https://docs.google.com/present/edit?id=0AcyIfGqnlfSoZGdqaGhnMnJfMjg5aHE3ZzhwdmQ&amp;hl=en</a><br clear="all">
<br><div>David </div></div>