CEETRON ENVISION with MFC

../../_images/mfc.png

Creating a viewer

All CEETRON Envision apps needs one (or more) viewers in order to visualize the 3D data. The Win Component provides two Viewers which are described below:

ViewerWin32: ceewinViewerWin32.h/cpp
A viewer that runs in an existing window.

ViewerWindowed: ceewinViewerWindowed.h/cpp
A viewer that creates its own sub-window.

Example programs

A .vcxproj file is included for Windows users.

MFC Minimal

img

Location: Examples/Mfc/MfcMinimal
A very small example showing the basic requirements for a MFC application.