Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 82ac505190c212a37e5a9f824939c992 > files > 290

vtk-examples-6.0.0-8.mga5.i586.rpm

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.