home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 9 / IOPROG_9.ISO / soft / fppascal / readme6 < prev    next >
Encoding:
Text File  |  1996-03-28  |  2.2 KB  |  62 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 kB RAM
  9.     - hard disk with 3.5 MB free space
  10.     
  11. ****************************************************************************
  12. The current version is only an evalution version.
  13.  
  14. Important: use the -a option to compile
  15. ****************************************************************************
  16. Installation:
  17. Start the install program INSTALL.EXE and follow the instructions.
  18.  
  19. Test:
  20.     cd demo
  21.         ppc386 -a hello
  22.     go32 hello
  23. ****************************************************************************
  24. This packages can be used and distributed under the conditions which
  25. are described in DOC\COPYING.DJ, DOC\COPYING.OS2, DOC\COPYING 
  26. und DOC\COPY.DOC.
  27. ****************************************************************************
  28. Sorry, but the other parts of the documentation are only in german
  29. available.
  30. ****************************************************************************
  31. Questions etc. to:        fnklaemp@cip.ft.uni-erlangen.de
  32. FPKPascal in the WEB:     http://www.brain.uni-freiburg.de/~klaus/fpk-pas/
  33.  
  34. Mailing list: fpkpascal@balabit.saturnus.vein.hu
  35. List server: listserv@balabit.saturnus.vein.hu
  36.  
  37. What's new (since version 0.6pl.0):
  38.    * compiler:
  39.       - new unit format
  40.       - more TP compatible
  41.         - variant records
  42.         - dispose(@self,done) is now a valid expression
  43.         - enumeration type now can be array range
  44.       - new keywords (from DELPHI 2):
  45.         ON, IS, AS, EXCEPT, CLASS
  46.         other:
  47.         OPERATOR
  48.       - keywords removed:
  49.         EXCEPTION, THROW, CATCH
  50.       - operators << and >> are equal to SHL and SHR
  51.       - some bugs fixed
  52.       - code generation for DIV, MOD, SHL and SHR had errors
  53.       - 16 bit compiler removed
  54.       - compiler calls now linker and assembler
  55.    * runtime library:
  56.       - dos.intr
  57.    * utilities:
  58.      - better install program
  59.    * FreeVision
  60.      - some work done for OBJECTS and DRIVERS
  61. ****************************************************************************
  62.