Install in QuickReport 5.06 Professional (Tokyo)
Install in QuickReport 5.06 Professional (Tokyo)
How to install Teechart 2017.22 in QuickReport 5.06 Professional (Delphi 10.2 - Tokyo)?
Samuel (NatSam)
Re: Install in QuickReport 5.06 Professional (Tokyo)
Hello,
Find attached the sources for the integration of TeeChart Pro into QuickReport v6 in RAD Studio 10.2 Tokyo. The packages are compiled with TeeChart Pro v2017.22.
Find attached the sources for the integration of TeeChart Pro into QuickReport v6 in RAD Studio 10.2 Tokyo. The packages are compiled with TeeChart Pro v2017.22.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Install in QuickReport 5.06 Professional (Tokyo)
Thanks, but I use QuickReport version 5.06.
In the package I renamed the "QRWRunDXE10_2_w64" to "QR506RunDXE10_2" but when I tried to compile I received the error below:
[dcc32 Error] TeeHtml.pas(293): E2003 Undeclared identifier: 'RGBToColor'
How to solve this issue?
In the package I renamed the "QRWRunDXE10_2_w64" to "QR506RunDXE10_2" but when I tried to compile I received the error below:
[dcc32 Error] TeeHtml.pas(293): E2003 Undeclared identifier: 'RGBToColor'
How to solve this issue?
Samuel (NatSam)
Re: Install in QuickReport 5.06 Professional (Tokyo)
Hello,
Excuse me, here you have the sources for TeeChart Pro and QuickReport 5.06 in RAD Studio 10.2 Tokyo. The packages are compiled with TeeChart Pro v2017.22.
Excuse me, here you have the sources for TeeChart Pro and QuickReport 5.06 in RAD Studio 10.2 Tokyo. The packages are compiled with TeeChart Pro v2017.22.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Install in QuickReport 5.06 Professional (Tokyo)
I tried installing using the sources you sent me and when I was compiling I received the following errors (log attached):
C:\D10\TeeChart 2017\Source\TeCanvas.pas(5803,22): error E2010: E2010 Incompatible types: 'VCLTee.TeCanvas.TTeeCanvas' and 'TeCanvas.TTeeCanvas'
C:\D10\TeeChart 2017\Source\TeCanvas.pas(8614,22): error E2010: E2010 Incompatible types: 'TTeeCanvas' and 'TTeeCanvas3D'
For now I am using the compiled packages that were in the ZIP you sent me.
Please can you send me the correct procedure to compile & install the source package you sent me?
I'm using:
Delphi Professional 10.2 (Tokyo - 25.0.26309.314)
Quick report 5.06 2 (Build 49 - 2017/05/12)
Teechart Pro 2017 (2017.22.170619)
Thank you.
C:\D10\TeeChart 2017\Source\TeCanvas.pas(5803,22): error E2010: E2010 Incompatible types: 'VCLTee.TeCanvas.TTeeCanvas' and 'TeCanvas.TTeeCanvas'
C:\D10\TeeChart 2017\Source\TeCanvas.pas(8614,22): error E2010: E2010 Incompatible types: 'TTeeCanvas' and 'TTeeCanvas3D'
For now I am using the compiled packages that were in the ZIP you sent me.
Please can you send me the correct procedure to compile & install the source package you sent me?
I'm using:
Delphi Professional 10.2 (Tokyo - 25.0.26309.314)
Quick report 5.06 2 (Build 49 - 2017/05/12)
Teechart Pro 2017 (2017.22.170619)
Thank you.
Samuel (NatSam)
Re: Install in QuickReport 5.06 Professional (Tokyo)
Hello,
- Select win32 target platform in the runtime package (Tee9QR*), and build it.
- Select win64 target platform in the runtime package (Tee9QR*), and build it.
- Select the designtime package (DclTee9QR*), and build it.
Now all the compiled packages should have been regenerated in the "compiled" folder.
Copy the compiled packages to the according locations:
- Copy "compiled\Bpl\win32\DclTee9QR*.bpl" to "$(BDS)\bin"
- Copy "compiled\Bpl\win32\Tee9QR*.bpl" to "C:\Windows\SysWOW64"
- Copy "compiled\Bpl\win64\Tee9QR*.bpl" to "C:\Windows\System32"
- Copy "compiled\Lib\*.*" to "$(BDS)\lib\*.*"
Now everything should be in place.
Go to "Component\Install Packages...", click "Add..." button and browse and select the "$(BDS)\bin\DclTee9QR*.bpl" package.
It sounds as the problem with the prefixes. It should be fixed adding "VCLTee" to the "unit scope names" in your IDE at "Tools\Options..."NatSam wrote:I tried installing using the sources you sent me and when I was compiling I received the following errors (log attached):
C:\D10\TeeChart 2017\Source\TeCanvas.pas(5803,22): error E2010: E2010 Incompatible types: 'VCLTee.TeCanvas.TTeeCanvas' and 'TeCanvas.TTeeCanvas'
C:\D10\TeeChart 2017\Source\TeCanvas.pas(8614,22): error E2010: E2010 Incompatible types: 'TTeeCanvas' and 'TTeeCanvas3D'
When the paths, unit scope names and project references are correct, you only have to open the .groupproj and:NatSam wrote:For now I am using the compiled packages that were in the ZIP you sent me.
Please can you send me the correct procedure to compile & install the source package you sent me?
I'm using:
Delphi Professional 10.2 (Tokyo - 25.0.26309.314)
Quick report 5.06 2 (Build 49 - 2017/05/12)
Teechart Pro 2017 (2017.22.170619)
- Select win32 target platform in the runtime package (Tee9QR*), and build it.
- Select win64 target platform in the runtime package (Tee9QR*), and build it.
- Select the designtime package (DclTee9QR*), and build it.
Now all the compiled packages should have been regenerated in the "compiled" folder.
Copy the compiled packages to the according locations:
- Copy "compiled\Bpl\win32\DclTee9QR*.bpl" to "$(BDS)\bin"
- Copy "compiled\Bpl\win32\Tee9QR*.bpl" to "C:\Windows\SysWOW64"
- Copy "compiled\Bpl\win64\Tee9QR*.bpl" to "C:\Windows\System32"
- Copy "compiled\Lib\*.*" to "$(BDS)\lib\*.*"
Now everything should be in place.
Go to "Component\Install Packages...", click "Add..." button and browse and select the "$(BDS)\bin\DclTee9QR*.bpl" package.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Install in QuickReport 5.06 Professional (Tokyo)
Hi,
I added "VCLTee" to the "unit scope names" and problem persists.
Any other suggestions?
If you wish, I can release remote access to my PC (via TeamViewer) to see if you can identify the problem.
I added "VCLTee" to the "unit scope names" and problem persists.
Any other suggestions?
If you wish, I can release remote access to my PC (via TeamViewer) to see if you can identify the problem.
Samuel (NatSam)
Re: Install in QuickReport 5.06 Professional (Tokyo)
Hello,
I'd check the paths in the IDE are the correct ones.
I'd check the paths in the IDE are the correct ones.
If you still find problems with it, yes, I can enter your machine to check it.NatSam wrote:If you wish, I can release remote access to my PC (via TeamViewer) to see if you can identify the problem.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Install in QuickReport 5.06 Professional (Tokyo)
To check if the problem was with my Delphi, I did the following:
1) I created a new VM (Windows 10).
2) I installed the Delphi 10.2 Tokyo (Professional).
3) I installed the Quick Report Professional 5.06.
4) I installed the Teechart 2017.22 (file TeeChartVCLFMXSOURCE-2017.22.exe)
5) Unzip the Tee9QR5D25.zip.
6) Check IDE Paths
7) Add VCLTee" to the "unit scope names" in "Tools\Options..."
6) Build the ProjectGroup1.groupproj (file Tee9QR5D25).
The same error occurs:
C:\D10\TeeChart 2017\Source\TeCanvas.pas(5803,22): error E2010: E2010 Incompatible types: 'VCLTee.TeCanvas.TTeeCanvas' and 'TeCanvas.TTeeCanvas'
C:\D10\TeeChart 2017\Source\TeCanvas.pas(8614,22): error E2010: E2010 Incompatible types: 'TTeeCanvas' and 'TTeeCanvas3D'
I tried again, now with QuickReport 6:
1) I created a new VM (Windows 10).
2) I installed the Delphi 10.2 Tokyo (Professional) WITHOUT TeeChart Standard.
3) I installed the Quick Report Professional 6.
4) I installed the Teechart 2017.22 (file TeeChartVCLFMXSOURCE-2017.22.exe)
5) Unzip the Tee9QR6D25.zip.
6) Check IDE Paths
7) Add VCLTee" to the "unit scope names" in "Tools\Options..."
6) Build the ProjectGroup1.groupproj (file Tee9QR6D25).
The same error occurs.
For now, I'm using the compiled versions that accompany the ZIP file you sent me.
1) I created a new VM (Windows 10).
2) I installed the Delphi 10.2 Tokyo (Professional).
3) I installed the Quick Report Professional 5.06.
4) I installed the Teechart 2017.22 (file TeeChartVCLFMXSOURCE-2017.22.exe)
5) Unzip the Tee9QR5D25.zip.
6) Check IDE Paths
7) Add VCLTee" to the "unit scope names" in "Tools\Options..."
6) Build the ProjectGroup1.groupproj (file Tee9QR5D25).
The same error occurs:
C:\D10\TeeChart 2017\Source\TeCanvas.pas(5803,22): error E2010: E2010 Incompatible types: 'VCLTee.TeCanvas.TTeeCanvas' and 'TeCanvas.TTeeCanvas'
C:\D10\TeeChart 2017\Source\TeCanvas.pas(8614,22): error E2010: E2010 Incompatible types: 'TTeeCanvas' and 'TTeeCanvas3D'
I tried again, now with QuickReport 6:
1) I created a new VM (Windows 10).
2) I installed the Delphi 10.2 Tokyo (Professional) WITHOUT TeeChart Standard.
3) I installed the Quick Report Professional 6.
4) I installed the Teechart 2017.22 (file TeeChartVCLFMXSOURCE-2017.22.exe)
5) Unzip the Tee9QR6D25.zip.
6) Check IDE Paths
7) Add VCLTee" to the "unit scope names" in "Tools\Options..."
6) Build the ProjectGroup1.groupproj (file Tee9QR6D25).
The same error occurs.
For now, I'm using the compiled versions that accompany the ZIP file you sent me.
Samuel (NatSam)
Re: Install in QuickReport 5.06 Professional (Tokyo)
Hello,
I believe the problem is with the paths. I guess you have the "Source" path in your IDE. Try adding the "Source\VCL" path before "Source".
I believe the problem is with the paths. I guess you have the "Source" path in your IDE. Try adding the "Source\VCL" path before "Source".
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |