Compilation problems

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Microactive
Newbie
Newbie
Posts: 6
Joined: Fri Nov 15, 2002 12:00 am

Compilation problems

Post by Microactive » Mon Feb 28, 2005 4:46 am

Windows XP SP2, Delphi 7 Enterprise (Build 8.1), TeeChart Pro 5.03.

I have had reason to reinstall the packages (manually) using the source code. Everything seemed to progress as expected.

Now whenever I try to recompile my application (which worked OK moments before), I get the error message

[Fatal error] Required package 'tee' not found

Any idea what is causing this? I've lost a whole day trying to find the cause. Thanks for your help.

Mike

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

Post by Pep » Mon Feb 28, 2005 7:24 am

Hi,

make sure your project does not make reference to the old TeeChart packages, to check it you can edit your project (bpg) with an ACSII editor, and if you find any references to the old TeeChart packages replace it for the new names (i.e. : TeeXX75). Also, if you have the "Build with rumtime packages" option checked search for old package names in the list.

Post Reply