Hi,
I Have just installed the latest version of TeeChart 2010 and C++ Builder XE. When I uses TChart->Canvas->MoveTo() and LineTo() functions to plot a line on the Tchart canvas, it gives an access violation error. The program works fine with previous version. Is this a TeeChart 2010 bug?
Regards
Xia
TChart Canvas plot error
Re: TChart Canvas plot error
Hi Xia,
I'm not able to reproduce the problem here with TeeChart v2010.01 and C++ Builder XE. Could you please check that the TeeChart references are on the top of the lib and include path lists? Could you also please check these methods in a new simple project?
If the problem persists, please send us this new simple example project we can run as-is to reproduce the problem here.
Thanks in advance.
I'm not able to reproduce the problem here with TeeChart v2010.01 and C++ Builder XE. Could you please check that the TeeChart references are on the top of the lib and include path lists? Could you also please check these methods in a new simple project?
If the problem persists, please send us this new simple example project we can run as-is to reproduce the problem here.
Thanks in advance.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TChart Canvas plot error
Hi Yeray,
You are right. The problem is caused by the lib and include path lists. After moving the TeeChart references to the top of the list, it works fine.
Thanks
Xia
You are right. The problem is caused by the lib and include path lists. After moving the TeeChart references to the top of the list, it works fine.
Thanks
Xia
Re: TChart Canvas plot error
Hi Xia,
I'm glad to hear it!
I'm glad to hear it!
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |