README for the 3dm-gx1-2 port sample code

The executable m3dmg_0c.exe takes either one port address or two and runs in a loop retrieving the getGyroStabQuatVectors, the loop can
be exited by entering a "s" or "S" to stop.

To build the program use the m3dmg_make.bat file:

Please note the environment variables need to be set for the windows environment to use the CL (windows visual studio Compiler)
use the following set commands to append these to your current envionment.
Alternately you can add these to the environment variable settings inside System\Advanced\environment variables.


set INCLUDE=%INCLUDE%;C:\Program Files\Microsoft Visual Studio .NET 2003\vc7\include\;C:\Program Files\Microsoft Visual Studio .NET 2003\vc7\PlatformSDK\include\
set LIB=%LIB%;C:\Program Files\Microsoft Visual Studio .NET 2003\vc7\Lib\;C:\Program Files\Microsoft Visual Studio .NET 2003\vc7\PlatformSDK\Lib\


set Path=%PATH%;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\VXIPNP\WinNT\Bin;C:\Program Files\Microsoft Visual Studio .NET 2003\vc7\bin;C:\Program Files\Microsoft Visual Studio .NET 2003\common7\IDE



