[vtkusers] vtk42 using with Borland 5 builder
Dean Inglis
dean.inglis at camris.ca
Fri Apr 8 13:26:12 EDT 2005
Hi Wienand,
in the CMakeCache.txt file in your
build directory of VTK, you can specify
shared dlls or static libs. In both cases,
when in the Builder IDE, you have to set your
project's options to the correct VTK directories
(include files, libs, etc.) and to "Add" the libs
to the project (just as you would a unit).
When compiling VTK, if you chose to build dlls you
could add the location of those dlls to your path
environment variable, or place copies of them in
the directory where your project's .exe output is
so that when it runs it will find them.
Dean
More information about the vtkusers
mailing list