WiT Engine can be used as a Dynamic Link Library (DLL) by any programming environment that can call DLL functions. For C/C++ programmers, a header file (witDll.h) is available. It contains all the necessary declarations to call functions in WiT Engine.
Writing a Visual C++ or WinSDK C/C++ program consists of the following steps:
Data Transfer Between Managed and Unmanaged Memory Space
Multi-Threaded Applications
Visual C++ Examples
WinSDK Examples