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
TeechartVCLFMX-2017.22 & Quickreport 6 - C++Builder10.1
Re: TeechartVCLFMX-2017.22 & Quickreport 6 - C++Builder10.1
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: TeechartVCLFMX-2017.22 & Quickreport 6 - C++Builder10.1
Hello Yeray
it's seems to be ok ! Thank you very much for your quick help.
Best regards
Udo
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
I'm glad to hear I was helpful!
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |