home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / modula2 / ss_ansi.zip / READ.ME next >
Text File  |  1993-12-28  |  2KB  |  41 lines

  1. SS-ANSI Modula-2 Libraries
  2. --------------------------
  3.  
  4. The enclosed Modula-2 libraries were written to be used with the Modula-2
  5. compiler from Fitted Software Tools.  They contain code to alter the screen
  6. output of Modula-2 applications that you write.  The system that runs code
  7. created using these libraries MUST have the ANSI driver installed; these
  8. libraries are based on ANSI escape codes.
  9.  
  10. These libraries are supplied with no warranty.  Period.  As the user, you
  11. accept full responsibilities for all damages that may be caused by these
  12. libraries, including, but not limited to, suitability for a certain
  13. application.  These libraries have been thoroughly tested, but I have heard
  14. it said that NO program is ever 100% tested.  If you find a problem with
  15. one of the libraries, feel free to let me know; however, I do not guarantee
  16. that a bug fix will be forthcoming.
  17.  
  18. The order in which you place references to the procedures will affect the
  19. output to the screen.  Experimentation is one of the best ways to learn.
  20. Read the .DEF files, of course, since only they will tell you exactly what
  21. is in the libraries, and the proper case (upper/lower) for the procedure
  22. names.
  23.  
  24. I certainly do not have a monopoly on the information on ANSI codes that
  25. was used to create these libraries.  If you are so inclined, you may
  26. duplicate the libraries with only a minimum of research.  But why?  I've
  27. done that work for you.  If you would like to express your appreciation
  28. for that, feel free to utilize the file REGISTER.DOC included in the
  29. archive.  NO REGISTRATION FEE IS REQUIRED.
  30.  
  31. Happy programming!
  32.  
  33. [----------------------------------------------------------------------------]
  34. Release Notes:
  35.  
  36. 28 Dec 93 - Recompiled for use with the 3.x release of the compiler.  As
  37.             the compiler gets better, your reasons for registering it grow!
  38.             Support excellence in programming and register the compiler!
  39.  
  40. 14 May 91 - Bug in Cls routine assumed fixed.  Added MoveBack to SSFX.
  41.