Installing TQChart components with C++Builder 10.1

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
weidunu
Newbie
Newbie
Posts: 7
Joined: Wed Jul 06, 2016 12:00 am
Contact:

Installing TQChart components with C++Builder 10.1

Post by weidunu » Mon Oct 10, 2016 1:42 pm

Hello,

I want to install the Quickreport components inside C++Builder 10.1 Berlin Update 1. I have read your introduction to install the packages under Delphi. But under C++Builder 10.1 I haven't had a chance to load the Delphi package Projects to buildt it. How can I do this under C++Builder 10.1 ?

Cheers

udo

weidunu
Newbie
Newbie
Posts: 7
Joined: Wed Jul 06, 2016 12:00 am
Contact:

Re: Installing TQChart components with C++Builder 10.1

Post by weidunu » Mon Oct 10, 2016 1:46 pm

Hello,

I have forgotten to say, that I have had Quickreport Pro Version v6.x.

Best regards

Udo

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

Re: Installing TQChart components with C++Builder 10.1

Post by Yeray » Tue Oct 11, 2016 7:35 am

Hello,

Are you using TeeChart Pro v2016.18?
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

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

Re: Installing TQChart components with C++Builder 10.1

Post by Yeray » Tue Oct 11, 2016 8:46 am

Hello,

I've just rebuilt the packages from here enabling the "Generate all C++Builder files (including package libs)" flag.
Here they are:
Tee9QR6C24.zip
(238.29 KiB) Downloaded 587 times
Edit: Tee9QR6C24.zip with .hpp headers here.
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: 7
Joined: Wed Jul 06, 2016 12:00 am
Contact:

Re: Installing TQChart components with C++Builder 10.1

Post by weidunu » Tue Oct 11, 2016 12:48 pm

Hello Yeray,

so I have put the files into the directories and add the components list. I see it.

But is it correct, that I have to copy the Tee9QR6D24.bpl-file ( 64bit-File ) from the "compiledwin64" to %windir%\System32 directory ?

Thanks a lot !

Cheers

Udo

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

Re: Installing TQChart components with C++Builder 10.1

Post by Yeray » Thu Oct 13, 2016 7:47 am

Hello Udo,
weidunu wrote: But is it correct, that I have to copy the Tee9QR6D24.bpl-file ( 64bit-File ) from the "compiledwin64" to %windir%\System32 directory ?
If your OS is a 64-bit Windows, yes; you should put 32-bit compiled files into "SysWOW64" folder, and 64-bit compiled files into "System32" folder.
If your OS is a 32-bit Windows, you should put 32-bit compiled files into "System32" folder.

See the explanation at Wikipedia:
The operating system uses the %SystemRoot%\system32 directory for its 64-bit library and executable files. This is done for backward compatibility reasons, as many legacy applications are hardcoded to use that path. When executing 32-bit applications, WoW64 transparently redirects 32-bit DLLs to %SystemRoot%\SysWoW64, which contains 32-bit libraries and executables.
https://en.wikipedia.org/wiki/WoW64
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: 7
Joined: Wed Jul 06, 2016 12:00 am
Contact:

Re: Installing TQChart components with C++Builder 10.1

Post by weidunu » Thu Nov 10, 2016 10:27 am

Hello,

I have installed TQchart succesful. But today I want to migrate my old project, but the Compiler don't found QRtee.h. So I have looked into the compiled Directory of Tee9QR6C24 and found only QRTee.pas. But I want to work with C++Builder 10.1. Can you give me the missing h-File too ?

Thank you very much !


Cheers

Udo

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

Re: Installing TQChart components with C++Builder 10.1

Post by Yeray » Fri Nov 11, 2016 10:13 am

Hi Udo,

I've reconfigured the output paths for the packages above and recompiled them. Now they include the .hpp:
Tee9QR6C24.zip
(324.64 KiB) Downloaded 584 times
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: 7
Joined: Wed Jul 06, 2016 12:00 am
Contact:

Re: Installing TQChart components with C++Builder 10.1

Post by weidunu » Fri Nov 11, 2016 2:53 pm

Hello Yeray,

thank you very much for your fast service !

But I must put a question on you :

Why are these file been not direct inside the Teechart Installation program ?
Why can't the installation program not automatical detects this situation and remove/move these files ?

I'm working over 10 years with Quickreport and Teechart ,and every time I have got the similar problems ?

Cheers

Udo

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

Re: Installing TQChart components with C++Builder 10.1

Post by Yeray » Fri Nov 11, 2016 4:07 pm

Hi Udo,

I'm sorry for the inconvenience. TeeChart installer already tries to do that automatically, but it sometimes fails. Note it's difficult to handle all the possible combinations due to the number of IDEs, Quickreport and TeeChart versions.
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