                             Genral Info
                                
   Simpwin9 is a text graphic orentated Turbo c utilitie. The basic system 
used is file allocation with a static 4k buffering system. This system 
achieves a small static ram usage with vertualy unlimited capacity. Litraly 
thousands of windows, menus, and forms can be used and the libary will 
remain a static 4k ram usage. The libaries are small, ranging from less 
than 13k to max 14k for the large libary. All fungtions return 0 on success 
and 1 on failer except cursor hide/show.
   MOU105 and VGAC.COM are included in the package. MOU105 is a true graphic
mouse cursor libary for text graphics in c. It has some quarks (see Quarks)
but seems to work with no failer. VGAC.COM is a public domain font changer
with 8 fonts. I have writen the libary to be a stand alone from these and
can be use without them.
  Simpwin9 libaries were compiled on a 386 clone using Turbo C 2.0.
Coprosseser emulation was used.
  SKDEF.H is the special key bios codes (F, ALT, PageUP/DN, CURSOR) and 
should be included if these are to be used.
  Stut9 is a on line help and tutorial studey code that can be run in
shell from the compiler. All of this documitation can be viewed from it
with full menuing selection.

