README.TXT.orig
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. This package consists of a 16-bit Pascal compiler, a 32-bit Pascal-to-C
  2. translator, a debugger, and a C and C++ interpreter.  It was written
  3. by Henrik Quintel.  Comments and questions should be directed to him at
  4. quintel@fh-worms.de.  His URL is http://www.fh-worms.de/quintel/
  5. The file READMES.TAZ, which you should now have on a floppy, is a compressed
  6. tar archive containing the following README files:
  7. README.TXT          - This file
  8. READMES.TAZ         - Compressed tar file containing the following five files:
  9. README.PAS-16       - What you should know about the pascal
  10.                       compiler/interpreter/debugger for the OS-16-Bit version 
  11.                       (PASCAL16.TAR)
  12. README.PAS-32       - What you should know about the pascal 
  13.                       compiler/interpreter/debugger for the OS-32-Bit version
  14.                       (PASCAL32.TAR)
  15. USING.QDB           - What you should know about using the debugger.
  16. README.CC++EXE      - What you should know about the C and C++ interpreter.
  17.                       (CCPPEXEC.TAR)
  18. README.FUTURE       - What you should know about my work
  19. README.TQ           - What you should know about TQ (in German only)
  20. To install part of this software, insert the floppy containing README.TAZ,
  21. in drive 0 (the a: drive) and type:
  22. vol -r /dev/fd0 | uncompress | tar xvfp -
  23. Then read the appropriate file.
  24. For more information, please contact Henrik Quintel <quintel@Fh-Worms.DE>