Operating error in BCB6

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Thomas Klingler
Advanced
Posts: 103
Joined: Tue Mar 02, 2004 5:00 am
Location: Bad Wurzach
Contact:

Operating error in BCB6

Post by Thomas Klingler » Thu Sep 02, 2004 7:27 pm

I installed TeeChart 7 recently.

I met an error "Property Callout does not exist", when I compiled a project which was made by previous version of teechart. I thought BCB6 was still referencing old teechart units, so I removed files in BCB6\Lib when I encounter a same file compared to TeeChart V7\BCB6\Lib. Although I removed the identical files, I still met the same error.

How can I resolve this problem?

Dongsu

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

Post by Pep » Fri Sep 03, 2004 8:03 am

Hi Dongsu,

this error indicates that somehow your project is still referecing to any old TeeChart files.

If you're using the "Build with the runtime packages" option, make sure
your project references only TeeChart v7 packages (they will have Tee7c6 in their name). If you project is referencing old Teechart packages (Tee or Tee70 ), replace them with new TeeChart v7 package names.

Post Reply