Page 1 of 1
TeeChart 7.12, QuickReport 5.02 and C++ Builder 2007
Posted: Mon Oct 12, 2009 12:58 pm
by 9341338
Hi
I'm using TeeChart 7.12 and QuickReport 5.02
Is there a package for C++ Builder 2007 available to install TQRChart?
Best regards
Thomas
Re: TeeChart 7.12, QuickReport 5.02 and C++ Builder 2007
Posted: Wed Oct 14, 2009 9:43 am
by yeray
Hi Thomas,
TeeChart 7.12 Standard or Professional?
Please, follow the instructions at the QuickReport article
here to create the sources Tee7QR5C11.cbproj (runtime package) and DclTee7QR5C11.cbproj (design time package) modifying one of the following sources:
- For TeeChart 7.12 Standard + QuickReport 5.02 Pro + C++Builder2007, I recommend you to modify the packages that work for
TeeChart 8 Standard + QuickReport Pro 5.02 + C++Builder2009.
- For TeeChart 7.12 Pro + QuickReport 5.02 Pro + C++Builder2007, I recommend you to modify the packages that work for
TeeChart 8 Pro + QuickReport Pro 5.02 + C++Builder2007.
Re: TeeChart 7.12, QuickReport 5.02 and C++ Builder 2007
Posted: Fri Oct 16, 2009 8:56 am
by 9341338
Hi Yeray,
thanks for your reply. Now everything is working.
I'm using TeeChart 7.12 Professional.
I had already created a package but I thought I made a mistake, because I could not compile the disign time package.
But now I found out that the C++ Builder can not compile a package that uses
DesignIntf, DesignEditors. To solve this, only one small entry in the project properties is necessary:
-> Project|Options|Delphi Compiler|Other Options|"Use these packages when compiling", then add DesignIDE in the combobox.
This issue is documented in readme for C++ Builder 2007.
Then it was possible to compile and install TQRChart and everything looked fine. But there was another problem -> when I opened a report that contains a TQRChart, I got an stack overlow error. For this issue I found the solution in the support forum :
http://www.teechart.net/support/viewtopic.php?t=3963
Best regards
Thomas
Re: TeeChart 7.12, QuickReport 5.02 and C++ Builder 2007
Posted: Fri Oct 16, 2009 11:37 am
by yeray
Hi Thomas,
Thanks for the feedback. I hope it will help to other customers with a similar problem in the future.