Cloned library of VTK-5.0.0 with extra build files for internal package management.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
lib 79f04fdc92 Initial commit 2 years ago
..
vtkDLG Initial commit 2 years ago
vtkMDI Initial commit 2 years ago
vtkSDI Initial commit 2 years ago
CMakeLists.txt Initial commit 2 years ago
MDI_Instructions.chm Initial commit 2 years ago
Readme.txt Initial commit 2 years ago
SDI_Instructions.chm Initial commit 2 years ago

Readme.txt

vtkMFC : Example MDI and SDI programs.
Contributed by Andrew J, P, Maclean

The MDI_Instructions.chm and SDI_Instructions.chm help files included in
this directory refer to building/creating MSVC project files manually.

It is preferable to use CMake to generate project files for these demos.

To do this, run cmake and use the project directory of
your_path_here/VTK/Examples/GUI/Win32/vtkMFC
after CMake has completed, check the build directory that you chose in CMake
and there will be project files for either MSVC 6 or MSVC 7 etc depending
upon your output/compiler selection.

You can now load these projects into VC and build them.