TeechartVCLFMX-2017.22 & Quickreport 6 - C++Builder10.1

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
weidunu
Newbie
Newbie
Posts: 5
Joined: Wed Jun 28, 2017 12:00 am

TeechartVCLFMX-2017.22 & Quickreport 6 - C++Builder10.1

Post by weidunu » Mon Oct 09, 2017 8:17 am

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

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeechartVCLFMX-2017.22 & Quickreport 6 - C++Builder10.1

Post by Yeray » Mon Oct 09, 2017 9:25 am

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.
Tee9QR6C24.zip
(325.38 KiB) Downloaded 732 times
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,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

weidunu
Newbie
Newbie
Posts: 5
Joined: Wed Jun 28, 2017 12:00 am

Re: TeechartVCLFMX-2017.22 & Quickreport 6 - C++Builder10.1

Post by weidunu » Tue Oct 10, 2017 5:54 am

Hello Yeray

it's seems to be ok ! Thank you very much for your quick help.

Best regards

Udo

Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: TeechartVCLFMX-2017.22 & Quickreport 6 - C++Builder10.1

Post by Yeray » Tue Oct 10, 2017 6:22 am

I'm glad to hear I was helpful!
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply