Still having trouble compiling Borland C++ Builder applicati

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
isogon
Newbie
Newbie
Posts: 5
Joined: Thu Dec 16, 2004 5:00 am

Still having trouble compiling Borland C++ Builder applicati

Post by isogon » Tue Apr 04, 2006 9:50 pm

Dear Nevis,

I am still having trouble compiling my Borland C++ application. I am getting the error:

First chance exception at $7C81EB33. Exception class EReadError with message 'Property Zoom does not exist'. Process BkgII.exe (3864)

First chance exception at $7C81EB33. Exception class EReadError with message 'Error reading Chart1->Zoom.Allow: Property Zoom does not exist'. Process BkgII.exe (3712)

The TeeChart Library is on the Lib path and the Include in on the Include path. I believe that the problem is occurring on linking.

This relates to my problms of March 21.

Thanks for any help with this,

Mike

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 Apr 05, 2006 7:42 am

Hi Mike,

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.
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

Post Reply