Page 1 of 1

Problem installing QRChart in Delphi2009/TeeChart8/QR5.041

Posted: Thu Jan 15, 2009 10:58 am
by 10545776
I have tried several times uninstalling and re-installing Quickreport and TeeChart but keep getting the message "Cannot load package 'DclTee812'. It contains unit 'TeeChartExp', which 'is also contained in 'DclTeePro812" when I try to add the package.

Any ideas?

Posted: Thu Jan 15, 2009 11:04 am
by narcis
Hi josh2,

This error message seems to indicate that your TQRChart packages are still referencing Delphi's default TeeChart standard packages while Delphi already has Pro version packages installed. You should try changing the TQRChart packages reference from DclTee812 to DclTeePro812.

For more information on how to set up TQRChart packages you can read the QuickReport article here.

Posted: Thu Jan 15, 2009 11:21 am
by 10545776
NarcĂ­s,

Sorted!

I had noticed the other version and removed it from the Bin folder but hadn't removed the reference from the package.

Thanks for your help and the speedy reply.