Using Ceetron Desktop Components with Win32

Ceetron Desktop Components has (on Windows) a built-in support for Win32 apps. This is implemented by the Win Component.

Creating a Viewer

All Ceetron Desktop Components 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.

MinimalWin32

Location: Examples/Win32/Win32Minimal

A very small example showing the basic requirements for a Win32 application.