<div class="gmail_quote">On Wed, Apr 13, 2011 at 12:19 PM, KK <span dir="ltr"><<a href="mailto:karoll.frindel@gmail.com">karoll.frindel@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
It's what I did. I used CMake to get a VTK.sln (VS project).<br>
But now I'm trying to use the binaries resulting from the compilation of<br>
VTK.sln to use VTK in my own VS project (integrate the VTK libs in my<br>
project dependencies).</blockquote><div><br></div><meta http-equiv="content-type" content="text/html; charset=utf-8">Yes, again you must use CMake.</div><div class="gmail_quote"><br></div><div class="gmail_quote">As an example:</div>
<div class="gmail_quote"><meta http-equiv="content-type" content="text/html; charset=utf-8"><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/GeometricObjects/Sphere">http://www.vtk.org/Wiki/VTK/Examples/Cxx/GeometricObjects/Sphere</a></div>
<div class="gmail_quote"><br></div><div class="gmail_quote"><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/GeometricObjects/Sphere"></a>the CMakeLists.txt file there creates a Sphere.sln that you then open with VS and everything is automatically configured.</div>
<div class="gmail_quote"><br>David<br><div> </div></div>