Page 1 of 1

Steema TeeChart Pro VCL FMX Source Code 2022.34

Posted: Fri Feb 11, 2022 11:04 am
by 16590099
Hello,
i have problems with the new "Steema TeeChart Pro VCL FMX Source Code 2022.34" package. There is no separate VCL folder like in "Steema TeeChart Pro VCL FMX Source Code 2021.33". I get in TeCanvas.pas(5886) an error E2010 incompatible types 'VCLTee.TeCanvas.TTeeCanvas' und 'TeCanvas.TTeeCanvas'

You you help us?

We can' compile a very imported source code

Willi

Re: Steema TeeChart Pro VCL FMX Source Code 2022.34

Posted: Fri Feb 11, 2022 1:15 pm
by yeray
Hello Willie,

Have you run TeeRecompile to build the TeeChart packages? In the first steps of the process, TeeRecompile generates the prefixed units at the "VCL" and "FMX" folders.
If you want to generate the prefixed units there without building the packages, you can run TeeRecompile with the -generateunits parameter. Ie:

Code: Select all

TeeRecompile.exe -generateunits:28
Also remember to add the "VCLTee" (or "FMXTee" for FMX projects) prefix to the "unit scope names".

Re: Steema TeeChart Pro VCL FMX Source Code 2022.34

Posted: Fri Feb 11, 2022 2:29 pm
by 16590099
Hello
i have started "TeeRecompile.exe -generateunits:28" in the folder "C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2022.34\Source" but nothing happend. And we have added VCLTee to "unit scope names"

Willi

Re: Steema TeeChart Pro VCL FMX Source Code 2022.34

Posted: Fri Feb 11, 2022 2:37 pm
by yeray
Hello Willi,

After running TeeRecompile.exe -generateunits:28 do you find the "C:\Program Files (x86)\Steema Software\Steema TeeChart Pro VCL FMX Source Code 2022.34\Source\VCL" folder created?
Add that folder to the Library path in the IDE.
This should allow the IDE to find the TeeChart sources and compile them as they are referenced in your project.

However, if you don't want to navigate/modify TeeChart sources, you can build TeeChart packages and install them into the IDE with TeeRecompile. If you run TeeRecompile without parameters, you should be able to select your IDE and press "Build" button to build and install.

Re: Steema TeeChart Pro VCL FMX Source Code 2022.34

Posted: Fri Feb 11, 2022 2:38 pm
by 16590099
Hello Yeray
we have to use "TeeRecompile.exe -generateunits:27" because we use Delphi 10.4.2. Now its ok.

Willi

Re: Steema TeeChart Pro VCL FMX Source Code 2022.34

Posted: Fri Feb 11, 2022 2:40 pm
by yeray
Hello Willi,
WilliE wrote:
Fri Feb 11, 2022 2:38 pm
we have to use "TeeRecompile.exe -generateunits:27" because we use Delphi 10.4.2. Now its ok.
Of course.
If you run TeeRecompile and press "Automated Build Options" button you'll see an explanation of all the parameters supported.