TQRChart installation issues on C++ builder XE6

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Marco
Newbie
Newbie
Posts: 4
Joined: Mon Aug 18, 2014 12:00 am

TQRChart installation issues on C++ builder XE6

Post by Marco » Thu Aug 21, 2014 3:29 pm

Hello,

I meet some issues to install the TQRChart component on my C++ Builder XE6. I use the 2014 Pro version of TeeChart VCL and QuickReport 5.06.

After downloading "Tee9QR5C20Std.zip" in this page, I tried to compile the "Tee9QR5C20" project but I got this error :

Code: Select all

[DCC fatal error] QrTee.pas(13): F2063 Impossible to compile used unit 'QuickRpt.pas'
Do you have any idea of what am I doing wrong ?

Furthermore, if I try to add the Tee9QR5C20.bpl package from the "compiled" folder, I also get an error "Impossible to load package 'Tee9200'..."

Thank you in advance for you support.

Marco

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

Re: TQRChart installation issues on C++ builder XE6

Post by Yeray » Fri Aug 22, 2014 7:09 am

Hi Marco,

The packages you found are for the TeeChart Standard version shipped with the IDE.
If you are using TeeChart Pro v2014.11, try these ones:
Tee9QR5C20.zip
(1.72 MiB) Downloaded 579 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

Marco
Newbie
Newbie
Posts: 4
Joined: Mon Aug 18, 2014 12:00 am

Re: TQRChart installation issues on C++ builder XE6

Post by Marco » Fri Aug 22, 2014 10:09 am

Hi Yeray,

Thank you for these files. I manage to compile Tee9QR5C20.cbproj, but I had to remove QrTee.pas from the project and replaced it by QrTee.hpp.

Otherwise I cannot compile DclTee9QR5C20.cbproj, I got the same error than above. Maybe I have to replace TeeQrTeeReg.pas with .hpp but it is not present.

Could you please check ?

Thank you in advance.

Marco

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

Re: TQRChart installation issues on C++ builder XE6

Post by Yeray » Fri Aug 22, 2014 11:32 am

Hello Marco,

The compiled files work fine for me.
I just copied the files from the compiled folder to:
- DclTee9QR5C20.bpl -> $(BDS)\bin
- Tee9QR5C20.bpl -> C:\Windows\SysWOW64
- The rest of the files (10 files) -> $(BDS)\lib\win32\release

I added the folder where the QrTee.hpp file is (where I uncompressed the zip) to the include path in the IDE/project.
I added the DclTee9QR5C20.bpl from $(BDS)\bin into the Packages list in the IDE.
Then I have been able to use the TQRChart component without problems in a new C++Builder VCL application.

*****

I can also build both projects: I've opened TQR_Tee9QR5C20.groupproj, Cleaned both projects and Built Tee9QR5C20.bpl first and DclTee9QR5C20.bpl last.
I had problems if I tried to Build without Cleaning though.
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