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
TeeChart 7.12, QuickReport 5.02 and C++ Builder 2007
Re: TeeChart 7.12, QuickReport 5.02 and C++ Builder 2007
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart 7.12, QuickReport 5.02 and C++ Builder 2007
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
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
Hi Thomas,
Thanks for the feedback. I hope it will help to other customers with a similar problem in the future.
Thanks for the feedback. I hope it will help to other customers with a similar problem in the future.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |