Quick Report For Delphi Xe2 Professional

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 (2019) Thank you. 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' 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.'

I see XE2 has FastReport. I am Converting a QuickReport to a FastReport in Delphi source, I want to determine the event method name that assigned to. Can you combine a portrait report and a landscape report using Quick Reports Pro?

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 (2019) When the paths, unit scope names and project references are correct, you only have to open the.groupproj and: - 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.

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). Reshebnik po ritorike 3 klass ladizhenskaya.

Quick Report For Delphi Xe2 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.