Page 1 of 1

TQRChart for Teechart Pro 2018 in C++ Builder XE5

Posted: Thu Jun 21, 2018 1:51 pm
by 16583874
Hi,

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

Thanks

Tom

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

Posted: Mon Jun 25, 2018 9:33 am
by 10050769
Hello Tom,

Attached below you find the TeeChart Pro for QR6 packages we have prepared for you.
Tee9QR6D19.zip
(230.48 KiB) Downloaded 797 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