home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 9 / 09.iso / l / l042 / 1.ddi / README < prev    next >
Encoding:
Text File  |  1987-12-30  |  5.0 KB  |  128 lines

  1.  
  2.      WELCOME TO TURBO PASCAL NUMERICAL METHODS TOOLBOX 4.0
  3.      -----------------------------------------------------
  4.  
  5.   This README file contains information not included in the Reference
  6.   Manual. Please read it for the latest information about the
  7.   Numerical Methods Toolbox.
  8.  
  9.  
  10. TABLE OF CONTENTS
  11. -----------------
  12.   1. How to Get Help
  13.   2. Manual Corrections
  14.   3. Files on the Disks
  15.  
  16.  
  17. 1. HOW TO GET HELP
  18. ------------------
  19.   If you need help with Turbo Pascal Numerical Methods Toolbox, please
  20.   read this file and the Reference Manual.
  21.  
  22.   If you still have a question and need technical assistance, help is
  23.   available from the following sources:
  24.  
  25.     1. Type GO BPROGA on the CompuServe bulletin board system for
  26.        instant access to the Borland forums with their libraries of
  27.        technical information and answers to common questions. In
  28.        addition, all example programs from the manual are available on
  29.        CompuServe in machine-readable form.
  30.  
  31.        If you are not a member of CompuServe, see the enclosed special
  32.        offer, and write for full details on how to receive a free
  33.        IntroPak containing a $15 credit toward your first month's
  34.        online charges.
  35.  
  36.     2. Check with your local software dealer or users' group.
  37.  
  38.     3. Write to:  Borland International
  39.                   Turbo Pascal Technical Support
  40.                   4585 Scotts Valley Drive
  41.                   Scotts Valley, CA 95066
  42.  
  43.     Please remember to include your serial number or we will be unable
  44.     to process your letter.
  45.  
  46.     4. If you have an urgent problem that cannot wait, you can call
  47.        the Borland Technical Support Department at (408) 438-5300.
  48.  
  49.        Please have the following information ready before calling:
  50.  
  51.        A.  Product name and serial number from your original
  52.            distribution disk. Please have your serial number ready or
  53.            we will be unable to process your call.
  54.  
  55.        B.  Computer brand, model, and the brands and model numbers of
  56.            any additional hardware.
  57.  
  58.        C.  Operating system and version number (the version number can
  59.            be determined by typing VER at the DOS prompt).
  60.  
  61.        D.  Contents of your AUTOEXEC.BAT file.
  62.  
  63.        E.  Contents of your CONFIG.SYS file.
  64.  
  65.  
  66. 2. MANUAL CORRECTIONS
  67. ---------------------
  68.  
  69.   P-13  Contrary to the first sentence in the Compiler Directives
  70.   section, the {$R+} compiler directive is NOT set in any of the
  71.   Toolbox units. It is set in all of the example programs provided
  72.   with the Toolbox.
  73.  
  74.  
  75.  
  76. 3. FILES ON THE DISKS
  77. ---------------------
  78.  
  79.   DISK (1):  Chapters 2-7, COMMON.ARC
  80.   -----------------------------------
  81.   README   COM  - Program to display this file
  82.   UNPACK   COM  - Program to unpack the individual routines
  83.                   that are packed into each chapter file
  84.   COMMON   ARC  - Archived routines that are used by
  85.                   all the programs in the Toolbox
  86.   CHAP2    ARC  - Packed file with routines for Chapter 2
  87.   CHAP3    ARC  - Packed file with routines for Chapter 3
  88.   CHAP4    ARC  - Packed file with routines for Chapter 4
  89.   CHAP5    ARC  - Packed file with routines for Chapter 5
  90.   CHAP6    ARC  - Packed file with routines for Chapter 6
  91.   CHAP7    ARC  - Packed file with routines for Chapter 7
  92.   README        - This file
  93.  
  94.  
  95.   DISK (2):  Chapters 8-11
  96.   ------------------------
  97.   UNPACK   COM  - Program to unpack the individual routines that are
  98.                   packed into each chapter file
  99.   CHAP8    ARC  - Packed file with routines for Chapter 8
  100.   CHAP9    ARC  - Packed file with routines for Chapter 9
  101.   CHAP10   ARC  - Packed file with routines for Chapter 10
  102.   CHAP11   ARC  - Packed file with routines for Chapter 11
  103.  
  104.  
  105.   DISK (3):  Demo Programs
  106.   ------------------------
  107.   FFTHERC  EXE  - Executable version of FFT example program.  Note
  108.                   that this version will only run on the Hercules
  109.                   Graphics Card.
  110.   FFTIBM   EXE  - Executable version of FFT example program.  Note
  111.                   that this version will only run on the IBM Color
  112.                   Graphics Adapter.
  113.   LSQHERC  EXE  - Executable version of LSQ example program.  Note
  114.                   that this version will only run on the Hercules
  115.                   Graphics Card.
  116.   LSQIBM   EXE  - Executable version of LSQ example program.  Note
  117.                   that this version will only run on the IBM Color
  118.                   Graphics Adapter.
  119.   ???????? FON  - Font files for the demo programs.  These files must
  120.                   be in the current directory when you run any of the
  121.                   example programs on this disk.
  122.   ERROR    MSG  - Error message file for the demo programs.  This file
  123.                   must be in the current directory when you run any of
  124.                   the example programs on this disk.
  125.   ???????? DAT  - Data files for the demo programs.  These files
  126.                   must be in the current directory when you run
  127.                   any of the example programs on this disk.
  128.