Various Compile Issues with TeeChart VCL 2024.40

TeeChart VCL for Borland/CodeGear/Embarcadero RAD Studio, Delphi and C++ Builder.
Post Reply
Mark Mayes
Newbie
Newbie
Posts: 6
Joined: Tue Jul 11, 2023 12:00 am

Various Compile Issues with TeeChart VCL 2024.40

Post by Mark Mayes » Tue Jul 02, 2024 4:47 pm

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

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

Re: Various Compile Issues with TeeChart VCL 2024.40

Post by Yeray » Wed Jul 03, 2024 7:05 am

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?
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

Mark Mayes
Newbie
Newbie
Posts: 6
Joined: Tue Jul 11, 2023 12:00 am

Re: Various Compile Issues with TeeChart VCL 2024.40

Post by Mark Mayes » Fri Jul 05, 2024 3:51 pm

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.

Post Reply