[vtkusers] Re: [Newbie question] VTK 5.0.2 in MS Visual C++?
Goodwin Lawlor
goodwin.lawlor at ucd.ie
Wed Dec 6 09:39:16 EST 2006
Stuart Schaffner wrote:
> for TCL. Is there a build for MS Visual C++?
No - you have to build your own
> If not, do I use CMAKE on
> the sources
Yes - use CMake to create a vtk.sln for you, then build VTK within
Visual C++.
> or can I just include the source code in my normal .sln and
> .vcproj files?
No you shouldn't do this (build VTK within another solution).
I'd suggest using CMake to create your own .sln for your source code too
(which links VTK). Its not difficult and there are examples in the
source tree.
hth,
Goodwin
More information about the vtkusers
mailing list