TeeChart Pro v2011 Delphi XE2 QuickReport support

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
GGS
Newbie
Newbie
Posts: 2
Joined: Tue Sep 13, 2011 12:00 am

TeeChart Pro v2011 Delphi XE2 QuickReport support

Post by GGS » Thu Dec 01, 2011 10:05 pm

There does not seem to be support for the 32 bit verison of QuickReport in the current install. There is no DCLQR5D16 file and the Tee9!RD16 file has QRpt instead of QR5RunDXE2 as the run time file. I tried creating a new file on my own but could not get past a TInvertFiler EFiler error (I know it has to do with an improper BPL reference). Could you add the support for QuickReport in the current version?

Thanks!

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

Re: TeeChart Pro v2011 Delphi XE2 QuickReport support

Post by Yeray » Fri Dec 02, 2011 3:38 pm

Hi,

Find attached the TeeChart for QuickReport package (including sources and compiled files) made with TeeChart Standard v2011.04 and QuickReport v5 in RAD Studio XE2 (Delphi personality).
Tee9QR5D16 (Std).zip
(72.77 KiB) Downloaded 1052 times
To build the for TeeChart Pro version you may have to edit the *.dpk and *.dproj and change the references:
Tee916 -> TeePro916
DclTee916 -> DclTeePro916

Note that they were prepared in "C:\tmp\Tee9QR5D16 (Std)" so the output path is "C:\tmp\Tee9QR5D16 (Std)\compiled" (and there is also a reference to that path in the search path list for the design time package). If you want to compile them in another place, change the according references too.

Further instructions to build and install the TeeChart for QuickReport package can be found in the QuickReport article here:
http://www.teechart.net/reference/articles/index.php
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

Luca Chu
Newbie
Newbie
Posts: 1
Joined: Fri Nov 18, 2011 12:00 am

Re: TeeChart Pro v2011 Delphi XE2 QuickReport support

Post by Luca Chu » Sat Dec 03, 2011 9:27 am

Hello all, I get Tee9QR5D16 (Std) my version is TeeChart Pro v2011.04.41118 32bit VCL, when I compile Tee9QR5D16.dpk or DclTee9QR5D16.dpk raise this error:

Checking project dependencies...
Compiling Tee9QR5D16.dproj (Debug, Win32)
brcc32 command line for "Tee9QR5D16.vrc"
c:\program files\embarcadero\rad studio\9.0\bin\cgrc.exe -c65001 "Tee9QR5D16.vrc" -foTee9QR5D16.res
[BRCC32 Error] Tee9QR5D16.vrc(58): file not found: Tee9QR5D16_Icon3.ico
Failed
Elapsed time: 00:00:04.1

I use QuickReport 5.05 for Delphi XE2
Please support have you any idea ? thanks

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: TeeChart Pro v2011 Delphi XE2 QuickReport support

Post by Narcís » Mon Dec 05, 2011 10:59 am

Hi Luca Chu,
[BRCC32 Error] Tee9QR5D16.vrc(58): file not found: Tee9QR5D16_Icon3.ico
Have you checked this file is referenced in your project, its location on your machine and that its path is referenced in the project you are compiling?

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply