QrChart.Chart.RefreshData is not compiling in 64 bits

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
GTI
Newbie
Newbie
Posts: 12
Joined: Mon Oct 06, 2014 12:00 am

QrChart.Chart.RefreshData is not compiling in 64 bits

Post by GTI » Wed Oct 22, 2014 10:19 pm

Hi,

The same application that compiles and woks fine in 32 bits is no compiling in 64 bits. The cause is the line RefreshData. The error message is the next: "Undeclared identifier:'RefreshData'". If I commented this line the application compiles.

Any idea?

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: QrChart.Chart.RefreshData is not compiling in 64 bits

Post by Yeray » Thu Oct 23, 2014 7:43 am

Hello,

If you can reproduce the problem with a new simple project with just a QRChart in the form, please attach it here.
If you can only reproduce the problem in an old & more complex application, please simplify it to the minimum while still reproducing the problem, and attach it here.

Also please tell us what exact TeeChart, QuickReport and IDE versions are you using.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply