home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / LC / SIMPWN93.ZIP / SIMPWIN.ZIP / GENRAL.TXT < prev    next >
Text File  |  1998-06-23  |  1KB  |  24 lines

  1.                              General Info
  2.                                 
  3.    Simpwin 9.3 is a text graphic orientated Turbo c utility. The basic system 
  4. used is file allocation with a static 10k buffering system. This system 
  5. achieves a small static ram usage with virtually unlimited capacity. Literally 
  6. thousands of windows, menus, and forms can be used and the library will 
  7. remain a static 4k ram usage. The libraries are small, ranging from less 
  8. than 13k to max 15k for the large library. This gives you a total ram useage
  9. of max 25k. All functions return 0 on success and 1 on failure except cursor 
  10. hide/show.
  11.   Simpwin 9.3 libraries were compiled on a 386 clone using Turbo C 2.0. and 
  12. Turbo C++ 1.0. Coprocessor emulation was used.
  13.   SKDEF92.H is the special key bios codes (F, ALT, PageUP/DN, CURSOR) and 
  14. should be included if these are to be used.
  15.   Swtut92 is a on line help and tutorial study code that can be run in
  16. shell from the compiler. All of this documentation can be viewed from it
  17. with full menuing selection.
  18.   Mouse 92 is a simple mouse with a standard cursor or ASCII character 
  19. for its cursor. It mallocs nothing and is less than 3k.
  20.   Lfsw92.exe is a text font loader with the file name of the font as a 
  21. parameter.
  22.   I have included readoc92.exe to print and read documents and 
  23. instal92.exe for install/deinstall functions.
  24.