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
E2010 in DclTeePro926.dproj
E2010 in DclTeePro926.dproj
- Attachments
-
- screenshot.jpg (490.87 KiB) Viewed 7656 times
Re: E2010 in DclTeePro926.dproj
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |