Examples

Several examples of using .Net with WiT Engine are included in the standard WiT distribution. These examples assume you have a basic familiarity with the .Net development environment. If any of the concepts discussed here seem unclear, please refer to the appropriate Microsoft documentation. The functionality and behavior of these applications are almost identical to the corresponding Visual C++ examples. Source code for all of these projects can be found in the demoPrograms\engine\VC# and demoPrograms\engine\VB subfolders under the WiT installation directory (‘C:\Program Files\WiT’ by default). These projects can be loaded, built under Visual Studio 2005 or corresponding VS 2005 Express Editions.

The obsolete examples based on .Net 1.1 are now placed under demoPrograms\engine\obsolete\DotNet1.1.

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