Hi,
Could you please provide the TQRChart packages for C++ Builder XE5 to use Teechart Pro V2018 and Quickreport V6 ?
Thanks
Tom
TQRChart for Teechart Pro 2018 in C++ Builder XE5
Re: TQRChart for Teechart Pro 2018 in C++ Builder XE5
Hello Tom,
Attached below you find the TeeChart Pro for QR6 packages we have prepared for you.
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
Attached below you find the TeeChart Pro for QR6 packages we have prepared for you.
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 |
Instructions - How to post in this forum |