home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 9 / IOPROG_9.ISO / soft / fppascal / readme < prev    next >
Encoding:
Text File  |  1996-02-20  |  1.7 KB  |  45 lines

  1. This package contains a freeware pascal compiler for 386+. The
  2. language and the runtime library is less or more compatible to TP 7.0
  3. ****************************************************************************
  4. required system:
  5. ----------------
  6.     - DOS 3.3
  7.     - 386 processor
  8.     - 640 MB RAM
  9.     - hard disk with 3.5 MB free space
  10.     
  11. ****************************************************************************
  12. The current version is only a evalution version.
  13. ****************************************************************************
  14. Installation:
  15. Start the install program INSTALL.EXE and follow the instructions.
  16.  
  17. Test:
  18.     cd demo
  19.     ppc386 hello
  20.     go32 hello
  21. ****************************************************************************
  22. This packages can be used and distributed under the conditions which
  23. are described in DOC\COPYING.DJ, DOC\COPYING.OS2, DOC\COPYING 
  24. und DOC\COPY.DOC.
  25. ****************************************************************************
  26. Sorry, but the other parts of the documentation are only in german
  27. available.
  28. ****************************************************************************
  29. Questions etc. to:        fnklaemp@cip.ft.uni-erlangen.de
  30. ****************************************************************************
  31. What is to do ? Much. Please write me.
  32. ****************************************************************************
  33. What's new (since version 0.5pl.1):
  34.    compiler:
  35.         - many bugfixes
  36.         - code generation for string operators improved
  37.         - improvements in the register allocation
  38.    runtime library:
  39.         - bugfixes
  40.         - new functions:
  41.             system.mkdir
  42.             system.rmdir
  43.             system.chdir
  44. ****************************************************************************
  45.