home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / nicol / readme.now < prev   
Encoding:
Text File  |  1992-01-27  |  2.1 KB  |  52 lines

  1.   This contents of this disk (file) are as follows*
  2.  
  3. README.NOW  - This document.
  4. STI_HELP    - Complete HELP subsystem. One call does it all.
  5. STI_ALOC    - For allocating HUGE arrays (> 64k)
  6. STI_DBAS    - (unfinished) Database routines.
  7. STI_DIR     - Directory browser/file selector.
  8. STI_DXRF    - Display directory tree.
  9. STI_EDIT    - Editor subsystem. One call does it all.
  10. STI_ERR     - Create better messages than "Runtime error XXXXX!"
  11. STI_HASH    - Generic hash table etc.
  12. STI_KEYS    - Access the keyboard. YOU MUST PORT THIS TO THE IBM. Other units
  13.               need this.
  14. STI_INPT    - Data input routines
  15. STI_SCRF    - Screen functions. YOU MUST PORT THIS. Almost everything uses 
  16.               this unit. Porting SHOULD be easy. Just change the addresses.
  17.               (IF you need help I can probably tell you what to do. You will
  18.               have to test it though...)
  19. STI_SONG    - Plays music. Change Crt98 to Crt and it SHOULD work.
  20. STI_STAK    - Generic stack stuff.
  21. STI_STRN    - Some string handling functions/procedures.
  22. STI_STRU    - Some structure manipulation routines.
  23. STI_VM      - Virtual Memory. 2 different systems.
  24. STI_CALC    - A calculator subsystem. One call does it all.
  25. STI_EXPR    - Expression evaluator (simple).
  26. STI_TMNU    - For creating menus. One call does it all. This is VERY
  27.               useful.
  28.  
  29. I'm sorry, but documentation is rough. You should be able to figure
  30. it out though...
  31.  
  32. If you want to, remove copyrights and replace them with:
  33.  
  34. {-------------------------------------------------------------------}
  35. {   This CODE is hereby placed into the PUBLIC DOMAIN. The author   }
  36. {   gives up all rights to this code and may not be held liable for }
  37. {   any damages.                                                    }
  38. {   Author : Gavin Thomas Nicol                                     }
  39. {            nick@silk1.nsis.nec.cl.co.jp                           }
  40. {-------------------------------------------------------------------}
  41.    
  42. Of course, if you want to send a donation, they are also welcome 8-)
  43. Send to:
  44.   Gavin Thomas Nicol
  45.   1-3-19 B201, Kami-yoga,
  46.   Setagaya-ku, Tokyo,
  47.   Japan
  48.  
  49. Nick
  50. 
  51.  
  52.