Installing TQChart components with C++Builder 10.1
Installing TQChart components with C++Builder 10.1
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
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
Hello,
I have forgotten to say, that I have had Quickreport Pro Version v6.x.
Best regards
Udo
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
Hello,
Are you using TeeChart Pro v2016.18?
Are you using TeeChart Pro v2016.18?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Installing TQChart components with C++Builder 10.1
Hello,
I've just rebuilt the packages from here enabling the "Generate all C++Builder files (including package libs)" flag.
Here they are: Edit: Tee9QR6C24.zip with .hpp headers here.
I've just rebuilt the packages from here enabling the "Generate all C++Builder files (including package libs)" flag.
Here they are: Edit: Tee9QR6C24.zip with .hpp headers here.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Installing TQChart components with C++Builder 10.1
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
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
Hello Udo,
If your OS is a 32-bit Windows, you should put 32-bit compiled files into "System32" folder.
See the explanation at Wikipedia:
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.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 32-bit Windows, you should put 32-bit compiled files into "System32" folder.
See the explanation at Wikipedia:
https://en.wikipedia.org/wiki/WoW64The 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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Installing TQChart components with C++Builder 10.1
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
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
Hi Udo,
I've reconfigured the output paths for the packages above and recompiled them. Now they include the .hpp:
I've reconfigured the output paths for the packages above and recompiled them. Now they include the .hpp:
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Installing TQChart components with C++Builder 10.1
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
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
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |