If you want to write applications with Visual Basic or C#, or any .Net compatible programming language, you can use the WiT Engine for .Net namespace to access the full functionality of WiT for the development of image processing applications, while providing your own end-users with a custom designed GUI.
Once the WiT Engine namespace has been added to your .Net project, it becomes part of your development and run-time environment. The WiT Engine namespace control provides methods to load and run imaging code files (WIC) generated by WiT, display data in pop-up windows or within your application, pass data to and from WiT Engine, etc.
The latest WiT Engine namespace 2.0 (witdotnet2.dll) works with .Net Framework 2.0. The previous WiT Engine namespace version 1.0 (witdotnet.dll) works with .Net Framework 1.1. .Net Framework 1.1 is obsolete. All new applications should use .Net Framework 2.0.
Writing a .Net application consists of the following steps:
Registering WiT Engine callbacks
Add to global assembly cache
Data Transfer Between Managed and Unmanaged Memory Space
Examples
|