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!
TeeChart Pro v2011 Delphi XE2 QuickReport support
Re: TeeChart Pro v2011 Delphi XE2 QuickReport support
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). 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
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). 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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeeChart Pro v2011 Delphi XE2 QuickReport support
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
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
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Re: TeeChart Pro v2011 Delphi XE2 QuickReport support
Hi Luca Chu,
Thanks in advance.
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?[BRCC32 Error] Tee9QR5D16.vrc(58): file not found: Tee9QR5D16_Icon3.ico
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 |
Instructions - How to post in this forum |