Some last minute notes.

You must call init_net() before using any of the network functions.  Init net
sets up 2 public variables that the other network functions use to
determine correct operation.

You must call createscrstack() before using makebox() or unmakebox() as
both of these functions use the screen stack.

The first time you use a TYGER function a message indicating that it is a
shareware product will appear on the screen.  This message will only appear
once.  The registered version does not display this message.

Compiling.

To compile a program using the tyger library simply include it with your
other libraries.  Tyger should be listed before CLIPPER.LIB or EXTEND.LIB

If you use the microsoft linker the command would be:

       LINK MYPROG,,,TYGER+CLIPPER+EXTEND


TYGER should be compatable with all other libraries.  We have used it with
FUNCKY, Grumpfish, Overlay and Silvercom without any problems.

