Page 1 of 1

E2010 in DclTeePro926.dproj

Posted: Sun Jun 07, 2020 7:51 pm
by 16583407
Hello,
We have installed Delphi 10.4 and Delphi10.33 on the same computer.
Within the Delphi10.3.3 install, we used TeeChart Pro VCL FMX Source Code 2020.29 without any problems.

Then we installed Delhi 10.4 with TeeChart Pro VCL FMX Source Code 2020.30.

Because some components are nor available from Getit for Delhi 10.4 had we to use Delphi 10.3.3.

However, we have now problems with TeeChart in Delphi 10.3.3. We have tried TeeChart Pro 2020.29 and TeeChart Pro 2020.29. Same result.
TeePro926.dproj is compiling without any problems. But we get in DclTeePro926.* a complier error (E2010).

We have checked the path in Delphi and in the project and we used "VCLTee"

With DclTeePro926.dpk (or DclTeePro926.dproj) t seems it's like the error in:

viewtopic.php?p=67773#p67773

We have tried to change back to 2020.29, the error still exists.

We had attached a screenshot

Can you help me?

Your sincerly

Willi Ebert

Re: E2010 in DclTeePro926.dproj

Posted: Tue Jun 09, 2020 6:03 am
by yeray
Hello,

The file open (TeCanvas.pas) is located at the "Source" folder by default. If the compiler is finding it, it must be that this path is somewhere in your library or search path. Please search for it and remove it or change it for "Source/VCL" depending on your needs.