[vtkusers] Using VTK in a Visual C++ project

John Drescher drescherjm at gmail.com
Wed Apr 13 12:22:36 EDT 2011


On Wed, Apr 13, 2011 at 12:19 PM, KK <karoll.frindel at gmail.com> wrote:
> It's what I did. I used CMake to get a VTK.sln (VS project).
> But now I'm trying to use the binaries resulting from the compilation of
> VTK.sln to use VTK in my own VS project (integrate the VTK libs in my
> project dependencies).
>

Use Cmake to generate your application's project as well. It would be
much harder to not do so especially if you are not an expert in
solving linking issues in Visual Studio and also you need to be very
familiar with vtk.

John



More information about the vtkusers mailing list