ReadMe.txt

This example shows how to access an ADU device from Ontrak Control 
Systems Inc. using a Borland C compiler.

The example was built using Borland C++ Version 5.5.1 which is
available as a free download from the Borland web site.


To Compile and Run:
--------------------
Edit setpath.bat to reflect the location of the Borland compiler
on your computer.

In a DOS Command Prompt window:
-run setpath.bat to set the path environment variable
-run c2o.bat to convert the AduHid.lib  into a format compatible 
 with the Borland compiler.

Edit the compile.bat file.
Change it to reflect the location of the Borland files on your 
computer.

In a DOS Command Prompt window:
-run compile.bat
-run the program with the command AduUsb   


AduHid.lib Format
--------------------
The AduHid.lib is distributed in COFF format.
Borland provides a tool called Coff2Omf that converts COFF files
into OMF files.
To avoid contravening any Borland copyrights the OMF file is
not distributed. You must run the conversion yourself.
