teeMach SL
TeeTree 1.02 VCL
-----------------

 The included source code units include a new
 component ( TQRTree ) that is a link between
 QuickReport and TeeTree.

 This component works in a very similar manner to
 the standard QRChart component that comes included
 with Delphi and C++ Builder.


Installing the QuickReport TQRTree component
=============================================

Depending on which QuickReport version you have
installed on your machine, you might need to 
manually recompile a small package for the QRTree
component to use the same QuickReport version you have.

This allows you to install TeeTree with any
past or future QuickReport version, in any Delphi or
C++ Builder compiler.


Installation is easy.
----------------------

Warning: 
 Check first you have QuickReport installed !

 Visit QuickReport web site at www.qusoft.no for
 free upgrades.

 You should also have first correctly installed TeeTree 
 before installing the QRTree component.

Installation Steps:
====================

1) Open Delphi 4,3 or C++ Builder 3

2) Select:

  "Component -> Install Component -> Browse..."

  The open file dialog is displayed. 

3) Select the QRTree registration unit:

    TreeQRReg.pas


4) Click "Ok" to close the dialog.

5) Now click the "Compile" button. 

   The package should compile fine. 
   If you receive errors, see "TroubleShooting" below.


6) Now you can click the "Install" button on the USER package
   dialog in Delphi or C++ Builder.

   This package is both a design-time and run-time package.

   This should install the QRTree component at "Tee Tree" component
   palette.

8) Remember to check the "Project->Options->Packages" dialog.

   The USER package name should be listed at the bottom edit-box.
   (Usually DCLUSR30 or DCLUSR40).


9) Copy the following compiled units to Delphi "Lib" folder:

      TreeQR.DCU
      TreeQRReg.DCU

   ( For C++ Builder, you should copy these files to \Lib\Obj,
     as well as the *.OBJ files and the *.HPP files to
     the \Include\VCL folder )
   

---------------------------------------------------------------

TroubleShooting:
----------------

  Most common causes for installation problems are:

   -missing files 

     When Delphi or C++ Builder compile this package, they try
     to find the TeeTree and QuickReport units, either
     in source code (*.pas) or compiled (*.dcu) format.

     Check you have the correct paths to all units at 
     "Environment -> Options" dialogs.

   -wrong files

     If you have the original TeeChart Standard version included
     free in Delphi 4,3 or C++ Builder 3, installation can fail
     because the original compiled units have preference over
     the new ones.
     Check for existing TeeChart units at \Lib folder and replace
     them with the new ones. For Delphi 3 and 4, the installers 
     do automatically this replacement.

     Always check you have the latest version of both TeeChart Pro 4
     and TeeTree packages.
     Visit our web site for free upgrades.


-----------------------------------------------------------------    