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
Still having trouble compiling Borland C++ Builder applicati
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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.
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 |
Instructions - How to post in this forum |