Access error on using TChartGalleryPanel

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
skm
Newbie
Newbie
Posts: 4
Joined: Mon Mar 08, 2004 5:00 am

Access error on using TChartGalleryPanel

Post by skm » Fri Mar 10, 2006 5:27 pm

If I use only TChart my program compile and run on BCB6. But when I use TChartGalleryPanel (even in a form that is not being created automatically), the program bombs at startup with a message "Access violation at address 40005988. Read of address 84E825DB". When I look in the CPU window I find this address to be the function "InheritsFrom".

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu Mar 16, 2006 8:05 am

Hi,

which TeeChart Pro version are you using ? It works fine here using the latest TeeChart version available on our web site, placing a ChartGalleryPanel on the Form and run the app.

skm
Newbie
Newbie
Posts: 4
Joined: Mon Mar 08, 2004 5:00 am

Post by skm » Sat Mar 18, 2006 5:10 am

Hi,
Thanks for the response. The problem was happening because the runtime bpl were those which come with CBuilder 6.0. Once I removed those it works fine.
Maybe, you can consider providing detailed installation instructions as I have seen other problems reported also.
Thanks.

Post Reply