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

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