TQRChart for Teechart Pro 2018 in C++ Builder XE5

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

TQRChart for Teechart Pro 2018 in C++ Builder XE5

Post by Tom » Thu Jun 21, 2018 1:51 pm

Hi,

Could you please provide the TQRChart packages for C++ Builder XE5 to use Teechart Pro V2018 and Quickreport V6 ?

Thanks

Tom

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: TQRChart for Teechart Pro 2018 in C++ Builder XE5

Post by Sandra » Mon Jun 25, 2018 9:33 am

Hello Tom,

Attached below you find the TeeChart Pro for QR6 packages we have prepared for you.
Tee9QR6D19.zip
(230.48 KiB) Downloaded 790 times
It should be quite straightforward to build them:
- First of all, make sure the TeeChart component and the QuickReport components work fine, alone, in a new simple example project.

If you want compile the packages

- Build the Tee9QR6D19 package and make sure the compiled files are in a known "Win32" folder to find them later.
- Build the DclTee9QR6D19 package and make sure the compiled files are in a known "Win32" folder to find them later.
Only in the case you want compile in Win64, too.
- Build the Tee9QR6D19 package and make sure the compiled files are in a known "Win64" folder to find them later.
Once you have both packages built, copy the packages from the "Win32" folder according:
- DclTee9QR6D19.bpl to $(BDS)\bin

- Tee9QR6D19.bpl to %windir%\SysWOW64 (if a 64bit OS) or to %windir%\System32 (if a 32bit OS)
- The rest of the files from the "Win32" folder to $(BDS)\lib\win32\release and $(BDS)\lib\win32\Debug
Only in the case you want compile in Win64, too.
- Tee9QR6D19.bpl form "Win32" folder to %windir%\SysWOW64 and Tee9QR6D19.bpl form Win64 to %windir%\System32.
- The rest of the files from the "Win64" folder to $(BDS)\lib\win64\release and $(BDS)\lib\win64\Debug
Only if you use c++ copy the QrTee.hpp file in the source folder to $(BDS)\include\windows\vcl

If you use compiled files, please copy the files according the instructions below

- DclTee9QR6D19.bpl to $(BDS)\bin
- Tee9QR6D19.bpl to %windir%\SysWOW64 (if a 64bit OS) or to %windir%\System32 (if a 32bit OS)
- The rest of the files from the "Win32" folder to $(BDS)\lib\win32\release and $(BDS)\lib\win32\Debug
Only in the case you want compile in Win64, too.
- Tee9QR6D19.bpl form "Win32" folder to %windir%\SysWOW64 and Tee9QR6D19.bpl form "Win64" to %windir%\System32.
- The rest of the files from the "Win64" folder to $(BDS)\lib\win64\release and $(BDS)\lib\win64\Debug
Only if you use c++ copy the QrTee.hpp file in the source folder to $(BDS)\include\windows\vcl

Then you should be able to open the IDE, add the $(BDS)\bin\DclTee9QR6D19.bpl package to the components list in the IDE and use it.

Hoping this helps you,
Thanks in advance
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply