Page 1 of 1

Various Compile Issues with TeeChart VCL 2024.40

Posted: Tue Jul 02, 2024 4:47 pm
by 16596181
I am running into issues with TeeChart VCL 2024.40 Pro with Source Code. First, when compiling a basic project in the IDE consisting of a TForm and a chart, I get the following message:

F2051 Unit VCLTee.Chart was compiled with a different version of System.RTLVersion121

So I tried to use TeeRecompile to fix the issue. However, TeeRecompile received an internal error. Here is the log:

===============================================
TeeChart Pro
Compilation started: 6/6/2024 10:59:38 AM

Win32 v29
Tee929
Embarcadero Delphi for Win32 compiler version 36.0
Copyright (c) 1983,2023 Embarcadero Technologies, Inc.
88533 lines, 0.89 seconds, 992204 bytes code, 4836 bytes data.
--------------------------------------------------------------------------------
TeeUI929

Cannot recompile Delphi package: TeeUI929.dpk
Embarcadero Delphi for Win32 compiler version 36.0
Copyright (c) 1983,2023 Embarcadero Technologies, Inc.
VCLTee.EditChar.pas(13) Fatal: F2084 Internal Error: URW7830
EXCEPTION:
Compilation aborted.
--------------------------------------------

The result was the the design package was removed from the IDE. I’ve reinstalled the package.

Here are my particulars.
I’m using RAD Studio 12 patch 1. (Enterprise Edition, Version 29.0.50491.5718)
I’m using Windows 11 Pro
TeeRecompile.exe is from April 1, 2024, 7:55 A.M.

Thanks
- Mark Mayes

Re: Various Compile Issues with TeeChart VCL 2024.40

Posted: Wed Jul 03, 2024 7:05 am
by yeray
Hello,
Mark Mayes wrote:
Tue Jul 02, 2024 4:47 pm
F2051 Unit VCLTee.Chart was compiled with a different version of System.RTLVersion121
I haven't heard about this one.
It sounds as if the VCTee.Chart.dcu unit found in the library path was build before installing some update or patch in the IDE.
I'd try to rebuild the sources, as you did.
Mark Mayes wrote:
Tue Jul 02, 2024 4:47 pm
TeeUI929

Cannot recompile Delphi package: TeeUI929.dpk
Embarcadero Delphi for Win32 compiler version 36.0
Copyright (c) 1983,2023 Embarcadero Technologies, Inc.
VCLTee.EditChar.pas(13) Fatal: F2084 Internal Error: URW7830
EXCEPTION:
Compilation aborted.
I find the F2084 error may be due to a memory consumption limit (here).
Make sure you don't have big programs open and try to run TeeRecompile again to see if it makes any difference?
BTW, how many memory has your machine?

Re: Various Compile Issues with TeeChart VCL 2024.40

Posted: Fri Jul 05, 2024 3:51 pm
by 16596181
I have 32GB of memory, of which 41% is free. I was running several Microsoft programs (e.g., Teams, Edge), so I shut them down. I received the exact same error at the same place. Also, task manager showed that memory usage did not change significantly while TeeRecompile was running. And I was running as administrator.

Re: Various Compile Issues with TeeChart VCL 2024.40

Posted: Mon Jul 08, 2024 1:26 pm
by 16596181
Sorry, that was 41% used, not free.

Re: Various Compile Issues with TeeChart VCL 2024.40

Posted: Mon Jul 08, 2024 1:28 pm
by yeray
Hello,

I've just double checked it and it seems the IDE version I use here (29.0.51961.7529) is different from yours (29.0.50491.5718).
I'm not sure it will make any difference, but maybe there's an update you can apply.