home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 10 / 10.iso / l / l350 / 2.ddi / READ.ME < prev    next >
Encoding:
Text File  |  1993-02-11  |  5.7 KB  |  143 lines

  1. --------------------------------------------------
  2. INSTALLATION INSTRUCTIONS FOR 386|DOS-EXTENDER SDK
  3. --------------------------------------------------
  4.  
  5. This product is distributed on three floppy disks.
  6.  
  7. To copy the product to your hard disk, run the INSTALL program on disk 1.
  8. By default, this will install the tools in  \PHAR386 directory on
  9. your hard disk, with the subdirectories listed below.
  10.  
  11. * \PHAR386\BIN
  12.   The .EXE files for the 386|DOS-Extender SDK, and MS-DOS batch files for
  13.   building the sample programs included with the SDK.
  14.  
  15. * \PHAR386\INCLUDES
  16.   C and assembly language header files defining constants and data structures
  17.   for MS-DOS and 386|DOS-Extender system calls.  The PHARLAP.H and PLDOS32.H
  18.   files contain function prototypes for the libraries in \PHAR386\LIB,
  19.   documented in the Libraries and System Calls Reference.
  20.  
  21. * \PHAR386\LIB
  22.   Libraries of C-callable functions, documented in the Libraries and System
  23.   Calls Reference.
  24.  
  25. * \PHAR386\DOCS
  26.   Text files describing new program features not documented in the manuals.
  27.  
  28. * \PHAR386\EXAMPLES
  29.   Example 386|DOS-Extender programs.  See Appendix A in the 386|DOS-Extender
  30.   Reference Manual, and EXAMPLES.DOC in \PHAR386\DOCS, for a description of 
  31.   the sample programs and how to build them.
  32.  
  33. * \PHAR386\WATCOM
  34.   Replacement startup modules for WATCOM C/386 and FORTRAN 77/386 run-time
  35.   libraries;  see description below.
  36.  
  37. To run the programs, add the BIN directory to the MS-DOS PATH environment
  38. variable.  For example, if you installed the tools in C:\PHAR386, add
  39. C:\PHAR386\BIN to the "SET PATH=" command in your AUTOEXEC.BAT file.
  40.  
  41. ----------------------------------------------------
  42. INSTALLATION INSTRUCTIONS FOR MICROSOFT 32-BIT C/C++
  43. ----------------------------------------------------
  44. If you wish, INSTALL can automatically install the Microsoft 32-bit C/C++
  45. compiler after it completes installing the 386|DOS-Extender SDK.
  46. INSTALL asks whether you want to install the Microsoft 32-bit C/C++
  47. compiler from the Windows NT October 1992 CD-ROM after the 386|DOS-Extender
  48. SDK installation is complete.  By default, the Microsoft compiler is
  49. installed in a \MSTOOLS directory on your hard disk, with the subdirectories
  50. listed below.
  51.  
  52. * \MSTOOLS\BIN
  53.   The .EXE files for Microsoft 32-bit C/C++.
  54.  
  55. * \MSTOOLS\H
  56.   The C header files.
  57.  
  58. * \MSTOOLS\LIB
  59.   The C run-time library files.
  60.  
  61. * \MSTOOLS\INIT
  62.   Configuration files for some Microsoft tools programs.
  63.  
  64. * \MSTOOLS\SAMPLES
  65.   The example programs included with the Microsoft compiler.
  66.  
  67. * \MSTOOLS\HELP
  68.   On-line help files for the Microsoft tools.
  69.  
  70. * \MSTOOLS\MFC
  71.   The Microsoft Foundation Classes.
  72.  
  73. * \MSTOOLS\MFC\INCLUDE
  74.   The C++ header files for the Microsoft Foundation Classes.
  75.  
  76. * \MSTOOLS\MFC\LIB
  77.   The C++ run-time library files for the Microsoft Foundation Classes.
  78.  
  79. If you prefer to install the Microsoft 32-bit C/C++ compiler later, you
  80. can install it manually using the GETMSC.BAT batch file in \PHAR386\BIN.
  81.  
  82. GETMSC.BAT uses the following command line:
  83.  
  84.     GETMSC cd_drive_letter MSC_install_path PL_path [min, sample, max]
  85.  
  86.     cd_drive_letter        The DOS disk drive letter for your CD-ROM.
  87.  
  88.     MSC_install_path    The disk and directory in which to install
  89.                 Microsoft 32-bit C/C++.  You must create
  90.                 this directory before running GETMSC.BAT.
  91.  
  92.     PL_path            The disk and directory in which you have
  93.                 already installed the 386|DOS-Extender SDK.
  94.  
  95.     min                Install MSC compiler only (this is the default
  96.                 if the last parameter is ommitted).  This
  97.                 uses about 13 MB of disk space.
  98.  
  99.     sample             Install MSC compiler and Microsoft sample code.
  100.                 This uses about 18 MB of disk space.
  101.  
  102.     max                Install MSC compiler, Microsoft sample code,
  103.                 help files, and Microsoft Foundation Classes.
  104.                 This uses about 42 MB of disk space.
  105.  
  106. For example, if your CD-ROM drive is disk K:, you have already installed
  107. the 386|DOS-Extender SDK in C:\PHARLAP, and you want to install the
  108. Microsoft C/C++ compiler and sample code in C:\MSTOOLS, type the command:
  109.  
  110.     mkdir c:\mstools
  111.     getmsc k: c:\mstools c:\pharlap sample
  112.  
  113. To run the compiler, add the BIN directory to the MS-DOS PATH environment
  114. variable.  For example, if you installed the tools in C:\MSTOOLS, add
  115. C:\MSTOOLS\BIN to the "SET PATH=" command in your AUTOEXEC.BAT file.
  116.  
  117. -------------------------------------------------------
  118. UPDATE INSTRUCTIONS FOR WATCOM C/386 AND FORTRAN 77/386
  119. -------------------------------------------------------
  120. The run-time libraries distributed with WATCOM C/386 and 
  121. WATCOM FORTRAN 77/386 versions 9.01 and earlier are incompatible
  122. with 386|DOS-Extender version 5.0 or later.
  123.  
  124. The files in \PHAR386\WATCOM are replacement startup modules for WATCOM
  125. C/386 and WATCOM FORTRAN 77/386 version 9.0 or 9.01 libraries, to make them
  126. work with version 5.0 or later of the Phar Lap 386|DOS-Extender.  
  127. The WATCOM libraries can be updated with the following commands:
  128.  
  129.     wlib c:\watcom\lib386\dos\clib3r +-c:\phar386\watcom\cstart3r.obj
  130.     wlib c:\watcom\lib386\dos\clib3s +-c:\phar386\watcom\cstart3s.obj
  131.     wlib c:\watcom\lib386\dos\flib   +-c:\phar386\watcom\cstart3r.obj
  132.     wlib c:\watcom\lib386\dos\flib7  +-c:\phar386\watcom\cstart3r.obj
  133.     wlib c:\watcom\lib386\dos\flibs  +-c:\phar386\watcom\cstart3s.obj
  134.     wlib c:\watcom\lib386\dos\flib7s +-c:\phar386\watcom\cstart3s.obj
  135.  
  136. If you have a version of WATCOM C/386 or WATCOM FORTRAN 77/386 earlier
  137. than 9.0, you must update the compiler to obtain compatibility with
  138. version 5.0 of 386|DOS-Extender.
  139.  
  140. If you have a version of WATCOM C/386 or WATCOM FORTRAN 77/386 later
  141. than 9.01, you don't need to do anything;  the libraries are already
  142. compatible with 386|DOS-Extender version 5.0.
  143.