home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / DELPHI1 / INSTALL.TXT
Encoding:
Text File  |  1998-10-24  |  2.2 KB  |  71 lines

  1. TeeChart Pro 4.0
  2. Installation instructions for Delphi 1.0
  3. ==========================================
  4.  
  5. This folder contains all compiled units and
  6. necessary files to install TeeChart Pro 4 
  7. under Delphi 1.0
  8.  
  9. Please make sure you are running the latest
  10. Delphi 1.02 version.
  11.  
  12. Steps:
  13.  
  14. 1) Run Delphi 1.02
  15.  
  16. 2) Select Options->Install Components
  17.  
  18. 3) Click on "Add..." and "Browse..." buttons.
  19.  
  20. 4) Select "Unit File (*.DCU)" at the
  21.    "List files of type" combobox.
  22.  
  23. 5) Search and select the "Delphi1\Lib\TeeChart.dcu" file
  24.  
  25. 6) If you want to install the QuickReport Chart:
  26.  
  27.    Repeat steps 3,4 and 5, selecting the 
  28.    "\Delphi1\Lib\QRTeeReg.dcu" file.
  29.  
  30.    Warning: You need to have installed in your machine
  31.    the same QuickReport version that was used to compile
  32.    the TeeChart units.  This is a Delphi restriction.
  33.  
  34.    TeeChart Pro 4 has been compiled with QuickReport 2.0K.
  35.    QuickReport 2.0K can be freely downloaded from 
  36.     http://www.qusoft.no
  37.  
  38.    Support for other QuickReport versions is provided
  39.    by installing TeeChart from the source code files.
  40.  
  41.    The source code of the QRChart component is located
  42.    at \QuickReport folder.
  43.    If you install a newer QuickReport version, you should
  44.    manually re-install the QRTeeReg.pas unit under 
  45.    Delphi 1.
  46.  
  47.  
  48. 7) Press OK at the install components dialog to rebuild
  49.    the Delphi 1.0 library.
  50.  
  51. 8) When finished, the TeeChart Pro 4 components will appear
  52.    at Delphi's component palette under several tabs.
  53.  
  54.  
  55. Warning: Please make sure the folder path containing 
  56. TeeChart Pro 4.0 compiled units is specified correctly
  57. at Delphi 1.0 install components dialog and at Delphi 1.0
  58. linker search path ( Options->Environment->Library->Path )
  59.  
  60. If you get "unit mismatch" errors or "cannot find teechart.pas"
  61. errors, that means you don't have the path correctly typed
  62. or it exceeds the maximum path length (128 bytes).
  63.  
  64. These errors might also happen if you don't have the latest
  65. Delphi 1.02 upgrade or if the QuickReport version you have
  66. is not the 2.0K
  67.  
  68. All the above problems have an easy solution that is to
  69. install TeeChart using the source code folder.
  70.  
  71. -------------------------------------------------------------