Error compiling TeeQR938 with Delphi 11.3, TeeChart Pro VLC FMX with Source version 2023.38..230607,, Quick Report Pro 6
Posted: Tue Oct 03, 2023 2:43 pm
I am having a problem getting package TeeQR938 to compile. I’ve found similar issues in the forum, but none of the steps mentioned solve the issue. Here are the particulars.
- I am using TeeChart Pro VLC FMX with Source version 2023.38..230607, which is installed in C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2023.38.
- I have Quick Report 6 Professional installed.
- I’m using Embarcadero® Delphi 11 Version 28.0.47991.2819 (RAD Studio 11.3 Patch 1).
- I’m on Windows 11 Professional 64-bit build 22621.2283.
When building (the 32-bit release version), I get the following two errors:
- [dcc32 Error] TeCanvas.pas(5976): E2010 Incompatible types: 'VCLTee.TeCanvas.TTeeCanvas' and 'TeCanvas.TTeeCanvas'
- [dcc32 Error] TeCanvas.pas(8742): E2010 Incompatible types: 'TTeeCanvas' and 'TTeeCanvas3D'
Other relevant information:
- Unit scope names include VCLTee;FMXTee
- TQR928 has been modified so that the requires section contains QRWRunD11 instead of the default value.
- I can compile and run a simple project with a single TChart on the form.
- Similarly, I can compile and run a simple project with a single Quick Report on the form.
- Library path includes both C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2023.38\TeeTree\Compiled\Delphi28.win32\Lib and C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2023.38\Compiled\Delphi28.win32\Lib.
- Out of desperation, I’ve also tried adding the paths C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2023.38\Source and C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2023.38\Source\VCL both before and after the two folders listed above. These two are currently the first two folders in the path list.
- The Design Packages contain TeeChart Pro 2023 for FireMonkey Components, TeeChart Pro 2023 VCL Components, TeeTree 2 Components, and TeeTree for Fire=Monkey. No other TeeChart related packages are listed.
I’m assuming that there is a simple solution, but I can’t see it. Please advise how to proceed. Thank you.
--Mark
- I am using TeeChart Pro VLC FMX with Source version 2023.38..230607, which is installed in C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2023.38.
- I have Quick Report 6 Professional installed.
- I’m using Embarcadero® Delphi 11 Version 28.0.47991.2819 (RAD Studio 11.3 Patch 1).
- I’m on Windows 11 Professional 64-bit build 22621.2283.
When building (the 32-bit release version), I get the following two errors:
- [dcc32 Error] TeCanvas.pas(5976): E2010 Incompatible types: 'VCLTee.TeCanvas.TTeeCanvas' and 'TeCanvas.TTeeCanvas'
- [dcc32 Error] TeCanvas.pas(8742): E2010 Incompatible types: 'TTeeCanvas' and 'TTeeCanvas3D'
Other relevant information:
- Unit scope names include VCLTee;FMXTee
- TQR928 has been modified so that the requires section contains QRWRunD11 instead of the default value.
- I can compile and run a simple project with a single TChart on the form.
- Similarly, I can compile and run a simple project with a single Quick Report on the form.
- Library path includes both C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2023.38\TeeTree\Compiled\Delphi28.win32\Lib and C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2023.38\Compiled\Delphi28.win32\Lib.
- Out of desperation, I’ve also tried adding the paths C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2023.38\Source and C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2023.38\Source\VCL both before and after the two folders listed above. These two are currently the first two folders in the path list.
- The Design Packages contain TeeChart Pro 2023 for FireMonkey Components, TeeChart Pro 2023 VCL Components, TeeTree 2 Components, and TeeTree for Fire=Monkey. No other TeeChart related packages are listed.
I’m assuming that there is a simple solution, but I can’t see it. Please advise how to proceed. Thank you.
--Mark