TeeChart 7.12, QuickReport 5.02 and C++ Builder 2007

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
LAPTK
Newbie
Newbie
Posts: 2
Joined: Fri Mar 18, 2005 5:00 am

TeeChart 7.12, QuickReport 5.02 and C++ Builder 2007

Post by LAPTK » Mon Oct 12, 2009 12:58 pm

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart 7.12, QuickReport 5.02 and C++ Builder 2007

Post by Yeray » Wed Oct 14, 2009 9:43 am

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.
Tee8QR5C12SourcesStd.zip
Tee8QR5C12 Sources Standard
(19.29 KiB) Downloaded 244 times
- 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.
Tee8QR5C11 sources.zip
Tee8QR5C11 Sources
(16.76 KiB) Downloaded 227 times
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

LAPTK
Newbie
Newbie
Posts: 2
Joined: Fri Mar 18, 2005 5:00 am

Re: TeeChart 7.12, QuickReport 5.02 and C++ Builder 2007

Post by LAPTK » Fri Oct 16, 2009 8:56 am

Hi Yeray,
thanks for your reply. Now everything is working. :D

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

Yeray
Site Admin
Site Admin
Posts: 9602
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeeChart 7.12, QuickReport 5.02 and C++ Builder 2007

Post by Yeray » Fri Oct 16, 2009 11:37 am

Hi Thomas,

Thanks for the feedback. I hope it will help to other customers with a similar problem in the future.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply