home *** CD-ROM | disk | FTP | other *** search
- TeeChart Pro 4.0
- Installation instructions for Delphi 2.0
- ==========================================
-
- This folder contains all compiled units and
- necessary files to install TeeChart Pro 4
- under Delphi 2.0
-
- Please make sure you are running the latest
- Delphi 2.01 version.
-
- Steps:
-
- 1) Run Delphi 2.01
-
- 2) Select Tools->Options->Library
-
- 3) At this dialog: UNCHECK "Compile with debug info"
- Note: This library option should be disabled when
- installing TeeChart Pro 4 in Delphi 2 without
- using the source code.
- Delphi 2 compiler has a known bug that is solved
- unchecking "debug info".
-
-
- 4) Press Ok to close the Options dialog.
-
- 5) Select Component->Install
-
- 6) Click on "Add..." and "Browse..." buttons.
-
- 7) Select "Unit File (*.DCU)" at the
- "List files of type" combobox.
-
- 8) Search and select the "\Delphi2\Lib\TeeChart.dcu" file
-
- 9) If you want to install the QuickReport Chart:
-
- Repeat steps 5,6 and 7, selecting the
- "\Delphi2\Lib\QRTeeReg.dcu" file.
-
- Warning: You need to have installed in your machine
- the same QuickReport version that was used to compile
- the TeeChart units. This is a Delphi restriction.
-
- TeeChart Pro 4 has been compiled with QuickReport 2.0K.
- QuickReport 2.0K can be freely downloaded from
- http://www.qusoft.no
-
- Support for other QuickReport versions is provided
- by installing TeeChart from the source code files.
-
- The source code of the QRChart component is located
- at \QuickReport folder.
- If you install a newer QuickReport version, you should
- manually re-install the QRTeeReg.pas unit under
- Delphi 2.
-
- 10) Press OK at the install components dialog to rebuild
- the Delphi 2.0 library.
-
- 11) When finished, the TeeChart Pro 4 components will appear
- at Delphi's component palette under several tabs.
-
-
- Warning: Please make sure the folder path containing
- TeeChart Pro 4.0 compiled units is specified correctly
- at Delphi 2.0 install components dialog and at Delphi 2.0
- linker search path ( Options->Environment->Library->Path )
-
- If you get "unit mismatch" errors or "cannot find teechart.pas"
- errors, that means you don't have the path correctly typed
- or it exceeds the maximum path length (128 bytes).
-
- These errors might also happen if you don't have the latest
- Delphi 2.01 upgrade or if the QuickReport version you have
- is not the 2.0K
-
- All the above problems have an easy solution that is to
- install TeeChart using the source code folder.
-
- -------------------------------------------------------------