Page 1 of 1

C++ Builder 2007 Problems

Posted: Tue Mar 30, 2010 8:53 pm
by 10555511
Hello,

I just installed V8.06 of TeeChart Pro and have run into a problem. The application I have worked fine with TeeChart 7.x included with BDS 2007. I have charts created on forms. Any attempt to modify properties of the chart in code results in an access violation. I stepped through the debugger and it appears that calls into the TeeChart libraries are not going to the correct function e.g. a simple attempt to set the Color property on a series ends up improperly calling TChartSeries::LegendToValueIndex. Please advise how to correct this problem.

Re: C++ Builder 2007 Problems

Posted: Wed Mar 31, 2010 7:36 am
by yeray
Hi xsrfisher,

The most probable is that your IDE and your project have remaining references to the old TeeChart. I'd recommend you to revise that.
First, open the IDE without any project opened and check all the library, include and search paths. Clean the old TeeChart references.
Then, create a new simple application. Drop a form on it and try to compile. If it works, the IDE should be ok.
Finally, if the project still fails, close everything and edit the project files manually (with notepad or similar) and update the TeeChart references to the version installed.

If you still have problems with it, please, don't hesitate to let us know.