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
Various Compile Issues with TeeChart VCL 2024.40
-
- Newbie
- Posts: 8
- Joined: Tue Jul 11, 2023 12:00 am
Re: Various Compile Issues with TeeChart VCL 2024.40
Hello,
It sounds as if the VCLTee.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.
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?
I haven't heard about this one.Mark Mayes wrote: ↑Tue Jul 02, 2024 4:47 pmF2051 Unit VCLTee.Chart was compiled with a different version of System.RTLVersion121
It sounds as if the VCLTee.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.
I find the F2084 error may be due to a memory consumption limit (here).Mark Mayes wrote: ↑Tue Jul 02, 2024 4:47 pmTeeUI929
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.
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,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 8
- Joined: Tue Jul 11, 2023 12:00 am
Re: Various Compile Issues with TeeChart VCL 2024.40
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.
-
- Newbie
- Posts: 8
- Joined: Tue Jul 11, 2023 12:00 am
Re: Various Compile Issues with TeeChart VCL 2024.40
Sorry, that was 41% used, not free.
Re: Various Compile Issues with TeeChart VCL 2024.40
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.
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.
Best Regards,
Yeray Alonso Development & Support Steema Software Av. Montilivi 33, 17003 Girona, Catalonia (SP) | |
Please read our Bug Fixing Policy |
-
- Newbie
- Posts: 8
- Joined: Tue Jul 11, 2023 12:00 am
Re: Various Compile Issues with TeeChart VCL 2024.40
I'll see if I can get an answer from Embarcadero. I've actually asked 3 times about an update, but haven't heard anything back. I've been waiting since late June. It's really strange behavior from them. They offered a demo. I explained that I've been using Delphi since version 2 and don't need a demo. I just need to know any upgrade path available.