Page 1 of 1

Installing TQChart components with C++Builder 10.1

Posted: Mon Oct 10, 2016 1:42 pm
by 16478631
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

Re: Installing TQChart components with C++Builder 10.1

Posted: Mon Oct 10, 2016 1:46 pm
by 16478631
Hello,

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

Best regards

Udo

Re: Installing TQChart components with C++Builder 10.1

Posted: Tue Oct 11, 2016 7:35 am
by yeray
Hello,

Are you using TeeChart Pro v2016.18?

Re: Installing TQChart components with C++Builder 10.1

Posted: Tue Oct 11, 2016 8:46 am
by yeray
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 604 times
Edit: Tee9QR6C24.zip with .hpp headers here.

Re: Installing TQChart components with C++Builder 10.1

Posted: Tue Oct 11, 2016 12:48 pm
by 16478631
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

Re: Installing TQChart components with C++Builder 10.1

Posted: Thu Oct 13, 2016 7:47 am
by yeray
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

Re: Installing TQChart components with C++Builder 10.1

Posted: Thu Nov 10, 2016 10:27 am
by 16478631
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

Re: Installing TQChart components with C++Builder 10.1

Posted: Fri Nov 11, 2016 10:13 am
by yeray
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 599 times

Re: Installing TQChart components with C++Builder 10.1

Posted: Fri Nov 11, 2016 2:53 pm
by 16478631
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

Re: Installing TQChart components with C++Builder 10.1

Posted: Fri Nov 11, 2016 4:07 pm
by yeray
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.