Page 1 of 1

Access error on using TChartGalleryPanel

Posted: Fri Mar 10, 2006 5:27 pm
by 9231062
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".

Posted: Thu Mar 16, 2006 8:05 am
by Pep
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.

Posted: Sat Mar 18, 2006 5:10 am
by 9231062
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.