home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / nec98.zip / README < prev   
Text File  |  1994-06-28  |  3KB  |  63 lines

  1. Developing Applications for the NEC PC9801 Personal Computer Series
  2. -------------------------------------------------------------------
  3.  
  4. If you already have WATCOM C/C++ 10.0 or WATCOM FORTRAN 77 10.0 or
  5. later versions, this collection of files permits you to target
  6. applications for the NEC PC9801 series of personal computers.  The host
  7. development environment must be an AT-compatible DOS, OS/2 or Windows NT
  8. system since some of the development tools will not run on the NEC
  9. PC9801.  Similar packages that support application development using
  10. the NEC PC9801 as a host are available from:
  11.  
  12.     Lifeboat, Inc.
  13.     3-6, Kanda-Nishikicho,
  14.     Chiyoda-ku, Tokyo 101, Japan
  15.     Tel: (81)3-3293-4711
  16.     Fax: (81)3-3293-4710
  17.  
  18. This software is provided on an as-is basis.  This software is compatible
  19. with 10.0 versions of the software only.  It is subject to change without
  20. notice.
  21.  
  22. File          Description
  23. ------------  -------------------------------------------------------
  24. README        - The file you are currently reading
  25. FPEINT.3R   - NEC PC9801 coprocessor exception handling for register-model
  26.           calling convention.  It replaces object module in WATCOM C/F77
  27.           "3r" libraries.
  28.  
  29.         e.g., WLIB C:\WATCOM\LIB386\DOS\CLIB3R.LIB -+FPEINT.3R
  30.  
  31. FPEINT.3S   - NEC PC9801 coprocessor exception handling for stack-model
  32.           calling convention.  It replaces object module in WATCOM C/F77
  33.           "3s" libraries.
  34.  
  35.         e.g., WLIB C:\WATCOM\LIB386\DOS\CLIB3S.LIB -+FPEINT.3S
  36.  
  37. FPEINT.C    - Source code for FPEINT to compile when replacing the FPEINT
  38.           module in each of the C Libraries (CLIB*.LIB).  The 32-bit
  39.           versions have been precompiled for you.  For 16-bit, compile
  40.           with the appropriate memory model switches (ms, mc, etc.).
  41.  
  42.         e.g.,    WCC FPEINT /ms
  43.             WLIB C:\WATCOM\LIB286\DOS\CLIBS.LIB -+FPEINT
  44.  
  45. GR16H98.LIB - NEC PC9801 16-bit graphics library (normal/high res).
  46.           Place this file in LIB286\DOS\GRAPH98.LIB
  47.  
  48. GRAPH98.LIB - NEC PC9801 32-bit graphics library (normal/high res).
  49.           Place this file in LIB386\DOS\GRAPH98.LIB
  50.  
  51. KANJI3R.LIB - Kanji processing routines using register-model calling convention.
  52.  
  53. KANJI3S.LIB - Kanji processing routines using stack-model calling convention.
  54. ------------  -------------------------------------------------------
  55.  
  56. The following header files are in the North American 10.0 package.
  57.  
  58. GRAPH98.H - NEC PC9801 equivalent of GRAPH.H
  59.  
  60. JCTYPE.H, JSTRING.H, JTIME.H - C header files for Kanji processing routines
  61.  
  62. * (c) Copyright 1986, 1994 by WATCOM International Corporation
  63.