TeeChart 8.04 install - problem compiling sample program

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
wyman
Newbie
Newbie
Posts: 1
Joined: Fri Oct 17, 2008 12:00 am

TeeChart 8.04 install - problem compiling sample program

Post by wyman » Sat Oct 18, 2008 5:11 pm

After installing TeeChart 8.04 for my Delphi 7 environment, I am unable to successfully compile the sample TeeDemo application.

Compilation stops with
"[Error]uhighlo.pas(141):Undeclared identifier: 'AddLinkedSeries'"
message.

Source line stoppage occurs here:
....
....
{ then add this new Series as datasource for statistics... }
AverageSeries.DataSources.Add(Bar2);
Bar2.AddLinkedSeries(AverageSeries); <<<=== stops here!!! ...

Can you offer me a solution to this problem?
Thanks.
Wyman.

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

Post by Pep » Mon Oct 20, 2008 11:23 am

Hello,

it's strange, check the paths you've into the search path list that they point to the TeeChart Pro VCL compiled units. Then try to do a "rebuild prjoject".

If you still having problems do not hesitate to contact us.

Post Reply