Page 1 of 1

TeeChart Pro v2011 Delphi XE2 QuickReport support

Posted: Thu Dec 01, 2011 10:05 pm
by 16560163
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!

Re: TeeChart Pro v2011 Delphi XE2 QuickReport support

Posted: Fri Dec 02, 2011 3:38 pm
by yeray
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

Re: TeeChart Pro v2011 Delphi XE2 QuickReport support

Posted: Sat Dec 03, 2011 9:27 am
by 16560790
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

Re: TeeChart Pro v2011 Delphi XE2 QuickReport support

Posted: Mon Dec 05, 2011 10:59 am
by narcis
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.