Page 1 of 1

TChart Canvas plot error

Posted: Wed Jan 19, 2011 10:50 am
by 10047047
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

Re: TChart Canvas plot error

Posted: Wed Jan 19, 2011 2:28 pm
by yeray
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.

Re: TChart Canvas plot error

Posted: Thu Jan 20, 2011 8:59 am
by 10047047
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

Re: TChart Canvas plot error

Posted: Thu Jan 20, 2011 9:46 am
by yeray
Hi Xia,

I'm glad to hear it! :D