Page 1 of 1
TeechartVCLFMX-2017.22 & Quickreport 6 - C++Builder10.1
Posted: Mon Oct 09, 2017 8:17 am
by 16481253
Hello,
today I wanted to install the new Teechart Version at my pc. The Installation Program works fine. But now I have the same problem as every time, that the TQRChart component is missing. I use C++Builder Prof 10.1 with Quickrep Pro V6 and can't create the component by myself. Please can you give me the missing packages ?
Best regards
Udo
Re: TeechartVCLFMX-2017.22 & Quickreport 6 - C++Builder10.1
Posted: Mon Oct 09, 2017 9:25 am
by yeray
Hello,
I've taken the packages from
here and I've recompiled them with TeeChart Pro v2017.22 and QuickReport 6 in RAD Studio 10.1 Berlin.
They seem to work fine for me here in C++Builder.
As always:
- Copy "compiled\win32\release\Bpl\DclTee9QR6D24.bpl" to "$(BDS)\bin"
- If your OS is a 64-bit Windows, copy "compiled\win32\release\Bpl\Tee9QR6D24.bpl" to "C:\Windows\SysWOW64"
- If your OS is a 64-bit Windows, copy "compiled\win64\release\Bpl\Tee9QR6D24.bpl" to "C:\Windows\System32"
- If your OS is a 32-bit Windows, copy "compiled\win32\release\Bpl\Tee9QR6D24.bpl" to "C:\Windows\System32"
- Add the "compiled\$(Platform)\release\Include" path to the "Include path" for all the compilers in 32-bit and 64-bit Windows platforms
- Add the "compiled\$(Platform)\release\Lib" and "compiled\$(Platform)\release\Lib\Obj" paths to the "Library path" for all the compilers in 32-bit and 64-bit Windows platforms
- Install the "$(BDS)\bin\DclTee9QR6D24.bpl" package in the list of packages.
Re: TeechartVCLFMX-2017.22 & Quickreport 6 - C++Builder10.1
Posted: Tue Oct 10, 2017 5:54 am
by 16481253
Hello Yeray
it's seems to be ok ! Thank you very much for your quick help.
Best regards
Udo
Re: TeechartVCLFMX-2017.22 & Quickreport 6 - C++Builder10.1
Posted: Tue Oct 10, 2017 6:22 am
by yeray
I'm glad to hear I was helpful!