Page 1 of 1

Installing TTree v2 with TeeChart PRO v5.0.2

Posted: Mon Jul 18, 2005 10:24 am
by 7738620
Using Delphi 6:

I've tried installing TTree V2 using TeeChart PRO v5.0.2 sources.

On trying to compile I get an error - "Tee56" not found.

I've reinstalled Tchart PRO without issue but TTree V2 still wont't compile.

I can compile TTree in standalone mode although this isn't acceptable as I need to build projects with both TChart and TTree components.

Can anyone help?

Posted: Mon Jul 18, 2005 5:45 pm
by Tom
1. teeTree v2 is now bundled with teeChart v7.x PRO

2. However, it should still be possible to compile it together with teeChart v5.x PRO. It looks like at installation the teeChart file aren't reachable. Be sure the path to the teeChart files are available in the library path of Delphi when compiling teeTree.

First compile

TeeTree2D6Tee5.dpk
then
DCLTree2D6Tee5.dpk

Posted: Tue Jul 19, 2005 2:08 pm
by 7738620
Hi Tom,

In the mean time I downloaded v5.03 and after uninstalling v5.0.2 completely the install now seems ok.

Thanks