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
Steema TeeChart Pro VCL FMX Source Code 2022.34
Re: Steema TeeChart Pro VCL FMX Source Code 2022.34
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
Also remember to add the "VCLTee" (or "FMXTee" for FMX projects) prefix to the "unit scope names".
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
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Steema TeeChart Pro VCL FMX Source Code 2022.34
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
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
Hello Willi,
After running
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Steema TeeChart Pro VCL FMX Source Code 2022.34
Hello Yeray
we have to use "TeeRecompile.exe -generateunits:27" because we use Delphi 10.4.2. Now its ok.
Willi
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
Hello Willi,
If you run TeeRecompile and press "Automated Build Options" button you'll see an explanation of all the parameters supported.
Of course.
If you run TeeRecompile and press "Automated Build Options" button you'll see an explanation of all the parameters supported.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |