TChart Canvas plot error

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Xia
Newbie
Newbie
Posts: 47
Joined: Tue Oct 16, 2007 12:00 am

TChart Canvas plot error

Post by Xia » Wed Jan 19, 2011 10:50 am

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

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

Re: TChart Canvas plot error

Post by Yeray » Wed Jan 19, 2011 2:28 pm

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

Xia
Newbie
Newbie
Posts: 47
Joined: Tue Oct 16, 2007 12:00 am

Re: TChart Canvas plot error

Post by Xia » Thu Jan 20, 2011 8:59 am

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

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

Re: TChart Canvas plot error

Post by Yeray » Thu Jan 20, 2011 9:46 am

Hi Xia,

I'm glad to hear it! :D
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