TQRChart for C++ Builder XE5

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Tom
Newbie
Newbie
Posts: 2
Joined: Thu Feb 06, 2014 12:00 am

TQRChart for C++ Builder XE5

Post by Tom » Mon Feb 10, 2014 2:35 pm

I've recently upgraded to C++ Builder XE5 (no Delphi available) and TeeChart Pro 2013 with source code.
I'd like to use TQRChart, but the source files that come with the TeeChart installation (TeeQR919.dpk etc) seem to require Delphi to build the compiled package, which I don't have.
TeeRecompile doesn't seem to produce any compiled Builder packages for TQRChart.
I can download "TeeChart Standard 2013 for QuickReport 5 in C++Builder XE4" from https://www.steema.com/download/vcl but there's no version for XE5.

What should I do?

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

Re: TQRChart for C++ Builder XE5

Post by Yeray » Thu Feb 13, 2014 8:20 am

Hello,

Excuse us for the delayed reply here. I'm trying to prepare a clean environment with XE5 with all the updates (this one included) and port the packages for C++Builder XE4 here to C++Builder XE5.
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

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

Re: TQRChart for C++ Builder XE5

Post by Yeray » Thu Feb 13, 2014 9:35 am

Hello,

I've just uploaded the packages for the Standard/Lite from Embarcadero with the other packages for the Standard versions here.
The direct download for the concrete file is here.

In the zip, you'll find a compiled folder. Extract the contents in that folder to the according places:
- DclTee9QR5C19.bpl to $(BDS)\bin
- Tee9QR5C19.bpl to %windir%\SysWOW64 (if a 64bit OS) or to %windir%\System32 (if a 32bit OS)
- The rest of the files from the "compiled" folder to $(BDS)\lib\win32\release

Also extract the QrTee.hpp file in the zip to $(BDS)\include\windows\vcl

Then you should be able to open the IDE, add the $(BDS)\bin\DclTee9QR5C19.bpl package to the components list in the IDE and use it.
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

Tom
Newbie
Newbie
Posts: 2
Joined: Thu Feb 06, 2014 12:00 am

Re: TQRChart for C++ Builder XE5

Post by Tom » Fri Feb 21, 2014 12:51 pm

Thanks for those.
I assume that for TeeChart Pro I have to replace the references to the TChart Standard files and rebuild the two packages Tee9QR5C19.bpl and DclTee9QR5C19.bpl. (otherwise I get the error about unable to find Tee9190 etc)

In Tee9QR5C19.bpl, I replaced the 'Requires' reference to Tee.bpi with Tee919.bpi.
I replaced the 'Requires' reference to TeeDB.bpi with TeeDB919.bpi.
This package then compiled fine.

However, for DclTee9QR5C19.bpl, when I replaced
DclTee.bpi with DclTee919.bpi (or should that be DclTeePro919.bpi?)
Tee.bpi with Tee919.bpi
TeeDB.bpi with TeeDB919.bpi
TeeUI.bpi with TeeUI919.bpi
And tried to compile, I get the error 'Fatal: Unable to open file 'TEEQRTEEREG.OBJ''

Any ideas?

Thanks

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

Re: TQRChart for C++ Builder XE5

Post by Yeray » Mon Feb 24, 2014 3:52 pm

Hi Tom,

Find attached the packages that seem to work fine for me here with TeeChart Pro v2014.10 in C++Builder XE5.
Attachments
Tee9QR5C19.zip
(1.73 MiB) Downloaded 392 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

Tobias Wirtz
Newbie
Newbie
Posts: 1
Joined: Tue Jan 21, 2014 12:00 am

Re: TQRChart for C++ Builder XE5

Post by Tobias Wirtz » Tue Mar 18, 2014 9:03 am

Hello,
have the same problem, too.

We're using C++ Builder XE5, QuickReport 5 Pro and TeeChart Pro.

I downloaded the attachment of the last posting, but there is Tee919.bpi included, not TeePro919.bpi.
I tried to replace Tee919.bpi by TeePro919.bpi, but unfortunately this doesn't work (VclTee.TeeConst.obj was not found).

What can I do?

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

Re: TQRChart for C++ Builder XE5

Post by Yeray » Fri Mar 21, 2014 9:29 am

Hi Tobias,

I've taken the sources from the last post (here) and rebuilt in this environment:
Windows 8.1 x64 Ultimate, RAD Studio XE5 and TeeChart Pro v2014.10.
I could rebuild the packages without changing anything, installed the packages generated and checked they seem to work fine for me here.
No need for me to change Tee919 for TeePro919.
Tee9QR5C19.zip
(1.73 MiB) Downloaded 408 times
You should be able to directly use them without needing to build them. Just following the instructions above
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