C++ Builder 2007 Problems

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
xsrfisher
Newbie
Newbie
Posts: 1
Joined: Tue Mar 30, 2010 12:00 am

C++ Builder 2007 Problems

Post by xsrfisher » Tue Mar 30, 2010 8:53 pm

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.

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

Re: C++ Builder 2007 Problems

Post by Yeray » Wed Mar 31, 2010 7:36 am

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