Visual C++ Examples

These examples illustrate the use of WiT Engine DLL with Visual C++. All were produced using Microsoft's Visual Studio Templates to make a Windows Forms Application (exe). They assume you have a basic familiarity with the Visual Studio development environment. If any of the concepts discussed here seem unclear, please refer to Microsoft documentation.

Each of the samples can be loaded, built, and run using the provided source code and project files under Visual C++ 2005. Each sample has been designed to spotlight different aspects of how a user program interacts with WiT Engine. Source code for these examples can be found in the directory demoPrograms\engine\VC++ under the WiT installation directory, which is ‘C:\Program Files\WiT’ by default.

A Simple Example
Using a Frame Grabber
Using an Interactive Operator
Controlling an Interactive Operator
Automatic Notification to User Application
Passing Data To and From WiT Engine
Directly Passing Data Pointer To and From WiT Engine
Using Call Method To Get Multiple Results From WiT Engine

Previous 

Up 

Next