Inertial Labs 3DSuit SDKReadMe.txt 2/28/08 epb

The interface to the 3Dsuit is through Animazoo.dll.
Link your program with Animazoo.lib and use Animazoo.h.
Read Animazoo.h, because it is the documentation for
the SDK.

The SDK is really two parts.  First, there are the files
you will use to make your own program to interface to the
3Dsuit.  These files are:
Animazoo.h
Matrix.h
Animazoo.lib
Animazoo.dll (part of the normal installation)
ExacTrax.dll (part of the normal installation)

AnimaDemo.dsw is the workspace file for Microsoft Visual C++.
AnimaDemo.dsp is the project file.

AnimaDemo.exe is a simplified version of AnimaView.exe.

All the other files in the SDK folder are the source code
for AnimaDemo.exe.  Note that this code uses MFC (Microsoft
Foundation Classes).  These classes are distributed with
Visual C++, and documented there.

To remain compatible with the current version of Animazoo.dll,
you should always recompile your code with the matching SDK.
