Steema TeeChart Pro VCL FMX Source Code 2022.34

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
WilliE
Newbie
Newbie
Posts: 18
Joined: Mon Nov 30, 2020 12:00 am

Steema TeeChart Pro VCL FMX Source Code 2022.34

Post by WilliE » Fri Feb 11, 2022 11:04 am

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

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Steema TeeChart Pro VCL FMX Source Code 2022.34

Post by Yeray » Fri Feb 11, 2022 1:15 pm

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".
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

WilliE
Newbie
Newbie
Posts: 18
Joined: Mon Nov 30, 2020 12:00 am

Re: Steema TeeChart Pro VCL FMX Source Code 2022.34

Post by WilliE » Fri Feb 11, 2022 2:29 pm

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

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Steema TeeChart Pro VCL FMX Source Code 2022.34

Post by Yeray » Fri Feb 11, 2022 2:37 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

WilliE
Newbie
Newbie
Posts: 18
Joined: Mon Nov 30, 2020 12:00 am

Re: Steema TeeChart Pro VCL FMX Source Code 2022.34

Post by WilliE » Fri Feb 11, 2022 2:38 pm

Hello Yeray
we have to use "TeeRecompile.exe -generateunits:27" because we use Delphi 10.4.2. Now its ok.

Willi

Yeray
Site Admin
Site Admin
Posts: 9509
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Steema TeeChart Pro VCL FMX Source Code 2022.34

Post by Yeray » Fri Feb 11, 2022 2:40 pm

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.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

Post Reply