Intraweb v7.2 and TeeChart v7.04

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
wgs
Newbie
Newbie
Posts: 3
Joined: Mon Dec 05, 2005 12:00 am

Intraweb v7.2 and TeeChart v7.04

Post by wgs » Tue Dec 06, 2005 12:57 am

I am having a problem compiling and installing the DCLIW70TeeChartPro7_70.dpk package. I can compile IW70TeeChartPro7_70.dpk. When I try and compile the next package, I get the following error. What am I missing here?

[Fatal Error] DCLIW70TeeChartPro7_70.dpk(32): Required package 'tee' not found

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Dec 07, 2005 9:21 am

Hi wgs,

It seems that that "tee" packages is not found. You should search for tee.dcu on your hard drive and add its path to the package you are compiling search path list at Project -> Options -> Directories/Conditionals -> Search Path.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

wgs
Newbie
Newbie
Posts: 3
Joined: Mon Dec 05, 2005 12:00 am

Post by wgs » Wed Dec 07, 2005 4:05 pm

narcis wrote:Hi wgs,

It seems that that "tee" packages is not found. You should search for tee.dcu on your hard drive and add its path to the package you are compiling search path list at Project -> Options -> Directories/Conditionals -> Search Path.
I did that. The problem is that if I include tee.dcu then I get a conflict between tee.dcu and tee77.dcu

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Mon Dec 12, 2005 11:26 am

Hi wgs,

This may be because your IDE is still referencing old TeeChart packages. You should remove/backup them and only leave v7 ones. You should also change your project references to v7 packages if necessary.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

wgs
Newbie
Newbie
Posts: 3
Joined: Mon Dec 05, 2005 12:00 am

Post by wgs » Mon Dec 12, 2005 3:17 pm

narcis wrote:Hi wgs,

This may be because your IDE is still referencing old TeeChart packages. You should remove/backup them and only leave v7 ones. You should also change your project references to v7 packages if necessary.
Is there a list somewhere of all the TeeChart files that need to be removed?

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Sat Dec 17, 2005 8:11 pm

Hi,

are you using the sources availables on our web site at :
http://www.steema.com/products/teechart ... Delphi.zip
?
If so, you should change the requires section by tee77, instead of tee, because you're using the TeeChart Pro 7 for Delphi7.

Post Reply