Page 1 of 1

TeeChart 8.04 install - problem compiling sample program

Posted: Sat Oct 18, 2008 5:11 pm
by 10050550
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.

Posted: Mon Oct 20, 2008 11:23 am
by Pep
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.