TeeTree 1.02
============

Installation instructions for Delphi 4.0
-----------------------------------------

First download the latest version of TeeChart Pro
from our web site: www.teemach.com

(  If you are not a TeeChart customer, download the
latest free upgrade ).

1) Copy the included files to the corresponding folders:

   LIB     -->   c:\Program Files\Borland\Delphi 4\Lib
   SYSTEM  -->   c:\Windows\System  ( or System32 in NT )


2) In Delphi 4, select

   "Component --> Install Packages"


3) WARNING: 
   
   If you have the original TeeChart Pro 4.0 packages
   ( the ones that come with Delphi 4 by default ) :

      UNCHECK "TeeChart 4 Components" 

   TeeTree 1.0 shares units with TeeChart 4.0,
   but with a newer version than the free one 
   included by default with Delphi 4.0

   TeeTree 1 and TeeChart 4 are compatibles and
   can be used at the same time in the same project.
 
   Download TeeChart 4 from our web site and install it
   before installing TeeTree.


4) Click on "Add..." and install this package:

   C:\Windows\System\TeeTree4.bpl

   The TTree and TDBTree components will be installed on Delphi
   component palette:  "Tee Tree".


5) Problems:

   "Device not found"

       Means Delphi cannot locate the TeeTree4.bpl
       or the Tee44.bpl package files.
       Check both files are copied at \windows\system
       and that they are not corrupt.

   "Cannot load package"

       If the Tee44.bpl or TeeTree4.bpl files can not
       be located or have been modified and recompiled,
       Delphi raises this error.
       Install the original files from www.teemach.com.

   "*.pas not found"

       When compiling projects, please check if the project
       is being compiled "using packages" or "not using
       packages", at Project -> Options -> Packages
       configuration dialog.

       When not using packages, please check all the compiled
       DCU and resource RES / DCR files are reachable by
       your project "search path".
       (Or better, copied to \Delphi\Lib folder)

       You can also point your project's "search path"
       to TeeTree source code folder.

       When using packages, also check the Tee44.DCP and
       TeeTree4.DCP files are copied at the \Delphi\Lib folder.

   "unit version mismatch"

       You maybe have old versions of TeeChart 4.0 original files
       that came included with Delphi 4.0.

       TeeTree 1.01 requires new TeeChart 4.0 common files, 
       which should replace the original ones installed by 
       Delphi at the \Delphi\Lib folder.

       Backup and Remove or Replace all common files in \Delphi\Lib
       with the newer versions that come with TeeTree 1.01 install.


 When compiling projects using packages:


   "ERROR Packages TEE40 and TEE44 both contain unit ArrowCha"

       This error happens because you have the old "Tee40" package
       specified at the bottom edit box of the dialog:

         Project -> Options -> Packages -> Runtime Packages

       Delete the "Tee40" package from the bottom edit box.
       Delete also any other package name like "DSS40" or "TeeDB40",
       "TeeUI40", "TeePro40".

       Repeat the above operation having ALL projects and windows
       closed and selecting the global "Install packages" dialog.

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