I get a compiler error when I try to install TeeChart VCL with Source manually into Delphi 10.4 Community, since TeeRecompile can not do this edition automatically.
When I try to complie TeePro927.bpl the complier reports back:
[dcc32 Error] TeCanvas.pas(5948): E2010 Incompatible types: 'VCLTee.TeCanvas.TTeeCanvas' and 'TeCanvas.TTeeCanvas'
[dcc32 Error] TeCanvas.pas(8774): E2010 Incompatible types: 'TTeeCanvas' and 'TTeeCanvas3D'
[dcc32 Fatal Error] VCLTee.TeeProcs.pas(807): F2063 Could not compile used unit 'TeCanvas.pas'
I have added to the Delphi Library path:
C:\Delphi\TeeChart Pro VCL FMX Source Code\Source
C:\Delphi\TeeChart Pro VCL FMX Source Code\Source\VCL
pssdw
Install TeeChart VCL with Source into Delphi 10.4 Community
Re: Install TeeChart VCL with Source into Delphi 10.4 Community
Hello,
Try removing the "C:\Delphi\TeeChart Pro VCL FMX Source Code\Source" path
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Install TeeChart VCL with Source into Delphi 10.4 Community
Same results.
pssdw
pssdw
Re: Install TeeChart VCL with Source into Delphi 10.4 Community
Hello,
What error do you get when you try to build with TeeRecompile?
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Install TeeChart VCL with Source into Delphi 10.4 Community
I ran TeeRecompile "as Administrator", here are the options and result...
Re: Install TeeChart VCL with Source into Delphi 10.4 Community
Hello,
Sorry, I didn't remember Community versions of RAD Studio don't support command line compiling.
Back to the previous idea then.
Make sure you have the "C:\Delphi\TeeChart Pro VCL FMX Source Code\Source\VCL" path int he library path and also put the "VCLTee" prefix in the "unit scope names".
Sorry, I didn't remember Community versions of RAD Studio don't support command line compiling.
Back to the previous idea then.
Make sure you have the "C:\Delphi\TeeChart Pro VCL FMX Source Code\Source\VCL" path int he library path and also put the "VCLTee" prefix in the "unit scope names".
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Install TeeChart VCL with Source into Delphi 10.4 Community
Hello,
Does the path ("C:\Delphi\TeeChart Pro VCL FMX Source Code\Source\VCL") contain the TeeChart prefixed units?
Are you trying with a new simple project?
The steps I just did:
- Install TeeChart v2022.36 binary version. You need this if you want to access the components at design-time. It will also allow you to install the help files and examples locally (the source code installer doesn't include them).
- Open the IDE. Add the
- Install TeeChart v2022.36 source code version. Run TeeRecompile from command line with the
- Open the IDE again. Correct the paths. Create a new project. Drop a TChart component into the form. Make sure it builds and runs fine. Try Ctrl+Click to the
Does the path ("C:\Delphi\TeeChart Pro VCL FMX Source Code\Source\VCL") contain the TeeChart prefixed units?
Are you trying with a new simple project?
The steps I just did:
- Install TeeChart v2022.36 binary version. You need this if you want to access the components at design-time. It will also allow you to install the help files and examples locally (the source code installer doesn't include them).
- Open the IDE. Add the
VCLTee
prefix to the "unit scope names". Create a new project. Drop a TChart component into the form. Make sure it builds and runs fine. Close the IDE.- Install TeeChart v2022.36 source code version. Run TeeRecompile from command line with the
-generateunits 27
argument to generate the prefixed units without even trying to build them.- Open the IDE again. Correct the paths. Create a new project. Drop a TChart component into the form. Make sure it builds and runs fine. Try Ctrl+Click to the
TChart
class to see if the sources are found and navigation works fine.Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
Re: Install TeeChart VCL with Source into Delphi 10.4 Community
Thats seems to get it working.
pssdw
pssdw