Page 1 of 1

TQRChart installation issues on C++ builder XE6

Posted: Thu Aug 21, 2014 3:29 pm
by 16470019
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

Re: TQRChart installation issues on C++ builder XE6

Posted: Fri Aug 22, 2014 7:09 am
by yeray
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

Re: TQRChart installation issues on C++ builder XE6

Posted: Fri Aug 22, 2014 10:09 am
by 16470019
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

Re: TQRChart installation issues on C++ builder XE6

Posted: Fri Aug 22, 2014 11:32 am
by yeray
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.