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.
C++ Builder 2007 Problems
Re: C++ Builder 2007 Problems
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |