home *** CD-ROM | disk | FTP | other *** search
/ Jason Aller Floppy Collection / 239.img / TPROF10.ZIP / README < prev    next >
Text File  |  1990-05-07  |  12KB  |  338 lines

  1.                 WELCOME TO TURBO PROFILER 1.0
  2.                 -----------------------------
  3.  
  4.   This README file contains important information about Turbo
  5.   Profiler Version 1.0. For the latest information about Turbo
  6.   Profiler 1.0, the accompanying programs, and the manual, read
  7.   this file in its entirety.
  8.  
  9.  
  10. TABLE OF CONTENTS
  11. -----------------
  12. 1.  How to Get Help
  13. 2.  Installation
  14. 3.  Notes and Restrictions
  15. 4.  About Turbo Profiler 1.0
  16. 5.  Files on the Disks
  17.  
  18.  
  19. 1.  HOW TO GET HELP
  20. -------------------
  21.  
  22.   If you have any problems, please read this file, HELPME!.DOC
  23.   and the Turbo Profiler User's Guide first. If you still have
  24.   questions and need assistance, help is available from the
  25.   following sources:
  26.  
  27.   1. Type GO BOR on the CompuServe bulletin board system for
  28.      instant access to the Borland forums with their libraries of
  29.      technical information and answers to common questions.
  30.  
  31.      If you are not a member of CompuServe, see the enclosed
  32.      special offer, and write for full details on how to receive
  33.      a free IntroPak containing a $15 credit toward your first
  34.      month's online charges.
  35.  
  36.   2. Check with your local software dealer or users' group.
  37.  
  38.   3. Write to us at the following address:
  39.  
  40.      Borland International
  41.      Turbo Profiler Technical Support
  42.      1800 Green Hills Road
  43.      P.O. Box 660001
  44.      Scotts Valley, CA  95066-0001
  45.  
  46.      Please remember to include your serial number or we will be
  47.      unable to process your letter.
  48.  
  49.   4. If you have an urgent problem that cannot wait and you have
  50.      sent in the license agreement, you may call the Borland
  51.      Technical Support Department at (408) 438-5300 Monday through
  52.      Friday between the hours of 6 a.m. and 5 p.m. Pacific Time.
  53.      Please have the following information ready before calling:
  54.  
  55.      a. Product name and serial number on your original
  56.         distribution disk. Please have your serial number ready
  57.         or we will be unable to process your call.
  58.  
  59.      b. Product version number. The version number is displayed
  60.         when running Turbo Profiler and pressing the <Alt - space> 
  61.         keys to bring up the System menu and choosing the
  62.         About... option.
  63.  
  64.      c. Computer brand, model, and the brands and model numbers
  65.         of any additional hardware.
  66.  
  67.      d. Operating system and version number. (The version number
  68.         can be determined by typing VER at the DOS prompt.)
  69.  
  70.      e. Contents of your AUTOEXEC.BAT and CONFIG.SYS files.
  71.  
  72.  
  73. 2.  INSTALLATION
  74. ----------------
  75.  
  76.   You should read the rest of this README file to get further
  77.   information about this release before you do the installation.
  78.  
  79.   The Turbo Profiler/INSTALLATION disk contains a program called
  80.   INSTALL.EXE that will assist you with the installation of Turbo
  81.   Profiler 1.0.
  82.  
  83.   To start the installation, change your current drive to the one
  84.   that has the install program on it and type INSTALL. You will be
  85.   given instructions in a box at the bottom of the screen for each
  86.   prompt. For example, if you are installing from drive A:, 
  87.   you type
  88.  
  89.     A: <Enter>
  90.     INSTALL <Enter>
  91.  
  92.   If you have difficulty reading the text displayed by the INSTALL
  93.   program, use the /B command-line parameter to force it to use
  94.   black and white colors:
  95.  
  96.     a:install /B      - Forces INSTALL into BW80 mode
  97.  
  98.   Specifying the /B parameter may be necessary if you are using an
  99.   LCD screen or a system that has a color graphics adapter and a
  100.   monochrome or composite monitor.
  101.  
  102.   Notes for installation:
  103.  
  104.     INSTALL copies all Turbo Profiler files onto your hard disk
  105.     and puts them into subdirectories. The default subdirectories
  106.     are
  107.  
  108.       Turbo Profiler Directory:                    C:\TPROF
  109.       Examples Subdirectory:                       C:\TPROF
  110.  
  111.   By default, all files from the distribution disks are placed in
  112.   the Turbo Profiler Directory. If you would rather separate the
  113.   examples programs into their own subdirectory, edit the default
  114.   example files path before selecting START INSTALLATION.
  115.  
  116.   The Turbo Profiler distribution disks contain several files
  117.   with a .ZIP file extension: TPROF.ZIP, TFEXMPL.ZIP, etc. These
  118.   files contain one or more other files that have been compressed
  119.   and placed inside an archive. You can de-archive them yourself
  120.   by using the UNZIP.EXE utility. For example,
  121.  
  122.     unzip /o tfexmpl
  123.  
  124.   unpacks all the files stored in the TFEXMPL.ZIP archive into the
  125.   current directory.
  126.  
  127.   INSTALL gives you a choice of copying the .ZIP files intact or
  128.   de-archiving and copying all the individual files onto your hard
  129.   disk during the installation process.
  130.  
  131.  
  132. 3.  NOTES AND RESTRICTIONS
  133. --------------------------
  134. o You need to set the files directive in your CONFIG.SYS file to
  135.   at least FILES = 10, preferably FILES = 20. If you have trouble
  136.   doing the File|DOS Shell command or if TPROF can't find your
  137.   source modules, make sure the FILES directive is in your
  138.   CONFIG.SYS.
  139.  
  140. o A single Ctrl-Break inside a DOS function call waiting for
  141.   console input will not interrupt DOS and return control to Turbo
  142.   Profiler. You can either press Ctrl-Break once and then end the
  143.   console input function by pressing Enter, or press Ctrl-Break
  144.   twice. You will then interrupt DOS and Turbo Profiler will bring
  145.   up a Disassembly Viewer showing code inside DOS. You should use
  146.   only F9 at this point, possibly after setting an area marker
  147.   inside your program.
  148.  
  149. o If you are using TF386, make sure that you use the -e option if
  150.   you have loaded any TSRs or device drivers that are using
  151.   extended memory. The value to indicate after the -e is the total
  152.   amount (in Kbytes) of extended memory being used by other
  153.   applications before loading TF386. If you do not use this option,
  154.   TF386 may overwrite extended memory that is being used by the
  155.   other applications. For example, if a disk-caching program that
  156.   uses extended memory is loaded and you do not use the -e option,
  157.   the program may write incorrect information to your hard disk.
  158.  
  159. o If you are using TF386, and you are receiving a "not enough
  160.   memory to load symbol table" message, you need to enable
  161.   EMS emulation for TF386.  To do this, use the -F option.
  162.   For instance, to set up EMS for TF386 at segment 0D000h,
  163.   invoke TF386 with "-FD000".
  164.  
  165. o If you are using an HP-Vectra, and you get an Unexpected Interrupt
  166.   06 when trying to run TF386, you need to set an option in the
  167.   CMOS setup.  By default the Vectra series uses a protected mode
  168.   instruction as part of the HP-HIL.  To work around this, contact
  169.   Hewlett Packard for instruction on disabling this function.
  170.  
  171. o If you get a "Processor already in protected mode" error message
  172.   when trying to load TF386, then you are using a program that
  173.   uses the virtual mode of the 80386 ( such as QEMM ).  At this
  174.   time, it is not possible to use these programs and TF386 at the
  175.   same time.  You should remove such memory managers, re-boot your
  176.   system and then run TF386.
  177.  
  178.  
  179. 4.  ABOUT TURBO PROFILER 1.0
  180. ----------------------------
  181. o Turbo Profiler has been designed to work with other Borland
  182.   language products as well as programs compiled by other vendors.
  183.   Please see the MANUAL.DOC file on the Turbo Debugger distribution
  184.   disks for more information about the TDMAP and TDCONVRT
  185.   utilities. These utilities allow you to compile your programs
  186.   with other languages and then convert them to Turbo Profiler
  187.   format. Turbo Profiler works with the following versions of
  188.   Borland languages:
  189.  
  190.      TASM 1.0         (or later)
  191.      Turbo C 2.0
  192.      Turbo C++
  193.      Turbo Pascal 5.0 (or later)
  194.  
  195. o  The file HELPME!.DOC on the distribution disks has more
  196.    information about using the new mouse capabilities of Turbo
  197.    Profiler 1.0.
  198.  
  199. o  TFINST has the option to set a user-defined program interrupt
  200.    key that is not reflected in the user's manual.
  201.  
  202.  
  203. 5.  FILES ON THE DISKS
  204. ----------------------
  205.  
  206.  
  207.   TURBO PROFILER/INSTALLATION
  208.   ---------------------------
  209.   INSTALL  EXE  -  Turbo Profiler installation program
  210.   README   COM  -  Program to display README File
  211.   UNZIP    EXE  -  Utility to unpack archived files
  212.   TPROF    ZIP  -  Packed file that contains the Turbo Profiler program
  213.     TPROF    EXE  -  Turbo Profiler program
  214.     TFINST   EXE  -  Configuration customization program
  215.     HELPME!  DOC  -  Lists answers to common questions about Turbo Profiler 
  216.  
  217.   TFEXMPL3 ZIP  -  Archive containing Turbo Profiler examples
  218.     PRIME0PA PAS
  219.     PRIME0PA EXE
  220.     PRIME1PA PAS
  221.     PRIME1PA EXE
  222.     PRIME2PA PAS
  223.     PRIME2PA EXE
  224.     PRIME3PA PAS
  225.     PRIME3PA EXE
  226.     PRIME4PA PAS
  227.     PRIME4PA EXE
  228.     PRIME5PA PAS
  229.     PRIME5PA EXE
  230.     PRIME6PA PAS
  231.     PRIME6PA EXE
  232.  
  233.   README        -  This file
  234.  
  235.   NOTE: If you have the 5.25" version of Turbo Profiler,
  236.         additional files are located on the following disks.
  237.  
  238.         TURBO ASSEMBLER/EXAMPLES
  239.         ------------------------
  240.         TFEXMPL2 ZIP  -  Turbo Profiler example files
  241.           PRIME0   C
  242.           PRIME0   EXE
  243.           PRIME1   C
  244.           PRIME1   EXE
  245.           PRIME2   C
  246.           PRIME2   EXE
  247.           PRIME3   C
  248.           PRIME3   EXE
  249.           PRIME4   C
  250.           PRIME4   EXE
  251.           PRIME5   C
  252.           PRIME5   EXE
  253.           PRIME6   C
  254.           PRIME6   EXE
  255.  
  256.         TFHELP   ZIP  -  Turbo Help file for Turbo Profiler 1.0
  257.           TFHELP   TFH
  258.  
  259.  
  260.         TURBO DEBUGGER/UTILITIES
  261.         ------------------------
  262.         TFUTIL2  ZIP  -  Packed Turbo Profiler utility
  263.           TF386    EXE  -  Utility For 80386 virtual profiling
  264.  
  265.         TURBO DEBUGGER/TD286
  266.         --------------------
  267.         TFUTIL1  ZIP  -  Archive containing Turbo Profiler utility
  268.           TFREMOTE EXE  -  Remote profiling kernel
  269.  
  270.         TFEXMPL1  ZIP  -  Archive containing Turbo Profiler examples
  271.           PLOST    C
  272.           PLOST    EXE
  273.           PLOSTPAS PAS
  274.           PLOSTPAS EXE
  275.           PTOLL    C
  276.           PTOLL    EXE
  277.           PTOLLPAS PAS
  278.           PTOLLPAS EXE
  279.           CALLTEST C
  280.           CALLTEST EXE
  281.           OVRDEMO  PAS
  282.           OVRDEMO1 PAS
  283.           OVRDEMO2 PAS
  284.           OVRDEMO  EXE
  285.           OVRDEMO  OVR
  286.  
  287.  
  288.   NOTE: If you have the 3.5" version of Turbo Profiler,
  289.         additional files are located on the following disks.
  290.  
  291.         TURBO PROFILER/INSTALLATION
  292.         ---------------------------
  293.         TFUTIL1  ZIP  -  Archive containing Turbo Profiler utility
  294.           TFREMOTE EXE  -  Remote profiling kernel
  295.  
  296.         TFEXMPL1  ZIP  -  Archive containing Turbo Profiler examples
  297.           PLOST    C
  298.           PLOST    EXE
  299.           PLOSTPAS PAS
  300.           PLOSTPAS EXE
  301.           PTOLL    C
  302.           PTOLL    EXE
  303.           PTOLLPAS PAS
  304.           PTOLLPAS EXE
  305.           CALLTEST C
  306.           CALLTEST EXE
  307.           OVRDEMO  PAS
  308.           OVRDEMO1 PAS
  309.           OVRDEMO2 PAS
  310.           OVRDEMO  EXE
  311.           OVRDEMO  OVR
  312.  
  313.         TURBO ASSEMBLER/INSTALLATION
  314.         ----------------------------
  315.         TFEXMPL2 ZIP  -  Turbo Profiler example files
  316.           PRIME0   C
  317.           PRIME0   EXE
  318.           PRIME1   C
  319.           PRIME1   EXE
  320.           PRIME2   C
  321.           PRIME2   EXE
  322.           PRIME3   C
  323.           PRIME3   EXE
  324.           PRIME4   C
  325.           PRIME4   EXE
  326.           PRIME5   C
  327.           PRIME5   EXE
  328.           PRIME6   C
  329.           PRIME6   EXE
  330.  
  331.         TFHELP   ZIP  -  Turbo Help file for Turbo Profiler 1.0
  332.           TFHELP   TFH
  333.  
  334.         TURBO DEBUGGER/INSTALLATION
  335.         ---------------------------
  336.         TFUTIL2  ZIP  -  Packed Turbo Profiler utility
  337.           TF386    EXE  -  Utility For 80386 virtual profiling
  338.