home *** CD-ROM | disk | FTP | other *** search
/ Delphi 5 for Professionals / DELPHI5.iso / AddOns / Components / TEECHART / Delphi1_And_Delphi2 / INSTALL.TXT < prev    next >
Encoding:
Text File  |  1998-10-24  |  3.4 KB  |  109 lines

  1. ==================================================
  2.    TeeChart Pro 4.0 
  3.    Installation Instructions
  4. ==================================================
  5.  
  6. The automatic installer copies and registers 
  7. TeeChart Pro 4 packages, help file and tutorials
  8. for Delphi 4 and 3.
  9.  
  10. If you are installing TeeChart Pro under C++ Builder,
  11. or want to manually install TeeChart Pro 4,
  12. please follow the INSTALL.TXT file instructions
  13. provided at the corresponding folder:
  14.  
  15. Delphi 4  :  \TeeChart Pro v4\Delphi4\install.txt
  16.  
  17. Delphi 3  :  \TeeChart Pro v4\Delphi3\install.txt
  18.  
  19. C++    3  :  \TeeChart Pro v4\C++3\install.txt
  20.  
  21. Delphi 1 and 2,
  22. and C++ Builder 1: 
  23.  
  24.   Install TEECHART.PAS unit on Delphi's component library.
  25.   For QuickReport support install the QRTEEREG.PAS unit.
  26.   See at the bottom of this document special notes for Delphi 2.
  27.  
  28.  
  29. Installed Components:
  30. ======================
  31.  
  32. TChart       (non-database Chart)   "Additional" 
  33.  
  34. TDBChart     (database Chart)       "Data Controls"
  35.  
  36. TQRChart     (Optional QuickReport Chart)    "QReport"
  37.  
  38.          Needs QuickReport 2.0K,3.0 or better, 
  39.              available free at http://www.qusoft.no
  40.  
  41.  
  42. Other components:
  43. =================
  44.  
  45. Additional components are installed at "TeeChart" palette 
  46. when installing the TeeChart Pro v4 packages:
  47.  
  48. TSeriesDataSet        Virtual DataSet to link Series data.
  49. TDraw3D               Generic "3D PaintBox" canvas on steroids.
  50. TChartScrollBar       Scroll-bars for Chart points. 
  51. TTeeCommander         Toolbar for Charts.
  52. TChartEditor          Easy access to Chart Editor dialog.
  53. TChartPreviewer       Easy access to Print Preview dialog.
  54. TChartListBox         Generic List-box of Chart Series.
  55. TTeeOpenGL            Optional OpenGL support.
  56.  
  57. See the help file and the Tee4.DOC document for explanation
  58. of the above components. See also the examples.
  59.  
  60. ---------------------------------------------------------
  61.  
  62. Help file:
  63. -----------
  64. The installer automatically registers the TeeChart Pro v4
  65. help file and merges it with Delphi help system.
  66.  
  67. For Delphi 1,2 and C++ Builder 1, please refer to Borland's
  68. documentation on installing 3rd party help files.
  69.  
  70. See also:
  71.  
  72. Delphi 1.0:        \delphi\help\helpinst.exe
  73. Delphi 2.0/C++1:   \delphi 2.0\help\tools\helpinst.exe
  74.  
  75. See TEECHART\HELP\INSTALL.TXT for step by step Help file
  76. manual installation instructions.
  77.  
  78. Important.
  79. For Delphi 2.0 only:
  80. =====================
  81.  
  82.  Chart Wizard Installation:
  83.  --------------------------
  84.  
  85.   The installation also registers a Delphi "Wizard / Expert" to
  86.   quick create TeeChart forms.
  87.   Click on "File---> New..." and choose "Business" tab on Delphi 2
  88.   repository dialog. 
  89.   You should see "TeeChart Wizard" icon. Double click and follow
  90.   the instructions to create a new Form with a Chart or DBChart on it.
  91.  
  92.  
  93.  Problem when installing:
  94.  ------------------------
  95.   Installing TeeChart 4.0 on Delphi 2.0 can produce the 
  96.   following error: 
  97.   "Error: (0): Overflow in conversion or arithmetic operation."
  98.  
  99.   To solve this problem, go to "Tools->Environment->Library" and
  100.   UNCHECK "Compile with debug info" setting. 
  101.   Then rebuild the library.
  102.  
  103.   This error happens only when installing from compiled DCU 
  104.   files, and it's related to the Delphi 2.0 compiler / linker.
  105.   Installing from the source code files location works fine 
  106.   with or without "debug info in library".
  107.  
  108. ==========================================================
  109.