Installing TeeGrid 1.15

TeeGrid VCL / FMX for Embarcadero RAD Studio, Delphi, C++ Builder and Lazarus Free Pascal.
Post Reply
18698260
Newbie
Newbie
Posts: 3
Joined: Thu Jun 20, 2024 12:00 am

Installing TeeGrid 1.15

Post by 18698260 » Fri Jun 21, 2024 7:05 am

Good morning.
When compiling the 32bit versions runs without problems.
During 64bit compilation, execution stops with the following message:

=============================================================
Win64 v29 (Delphi 12 and C++Builder 12 Update 1) (C++)
TeeGrid
Embarcadero Delphi for Win64 compiler version 36.0
Copyright (c) 1983,2024 Embarcadero Technologies, Inc.
18932 lignes, 0.39 secondes, 264076 octets de code, 26596 octets de donn‚es.
--------------------------------------------------------------------------------
VCLTeeGrid

Cannot recompile Delphi package: VCLTeeGrid.dpk
Embarcadero Delphi for Win64 compiler version 36.0
Copyright (c) 1983,2024 Embarcadero Technologies, Inc.
VCLTeeGrid.dpk(74) Fatale: F2084 Erreur interne : AV0105992F-R0000014C-0
EXCEPTION:
Compilation aborted.

Do you have a solution?
THANKS.

I hope my French/English translator isn't saying too much nonsense.
Attachments
TeeGrid Source Code Recompilation Log.png
TeeGrid Source Code Recompilation Log.png (97.62 KiB) Viewed 12227 times
TeeGrid Source Code Recompilation Tool .png
TeeGrid Source Code Recompilation Tool .png (53.01 KiB) Viewed 12227 times

Marc
Site Admin
Site Admin
Posts: 1258
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Installing TeeGrid 1.15

Post by Marc » Fri Jun 21, 2024 1:38 pm

Hello,

I've just tried a compile of TeeGrid v1.15 for Win32 and Win64 for Athens 12 update 1. Both compilations ran ok so we know that the basics are ok. The error message on the log output you've sent doesn't seem to offer up any clues.

The compilation writes to the Compiled and Temp folders (under Sources). It may be worth deleting all of the generated folders to check that there's no invalid lock on a file. Then just selecting the Win64 build for a test compilation.

Regards,
Marc Meumann
Steema Support

18698260
Newbie
Newbie
Posts: 3
Joined: Thu Jun 20, 2024 12:00 am

Re: Installing TeeGrid 1.15

Post by 18698260 » Wed Jun 26, 2024 7:44 am

Hello and thank you for your answer.
I followed your advice, but the result is the same.
Oddly, the 64-bit Android compilation works without any problem.
When I look in the 'Compiled' folder I find two subfolders 'Delphi29.win64' and 'Delphi29.win64x' which themselves contain the 'Include, Lib and System' folders which contain the compiled files.
Is this enough for this to work or do we need to add a link in RAD Studio.
THANKS.

Marc
Site Admin
Site Admin
Posts: 1258
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Installing TeeGrid 1.15

Post by Marc » Wed Jun 26, 2024 12:11 pm

Hello,

The x86 version installs to the IDE so you should be able to use the compiled x64 via references when needed. To be sure that you have the correct files compiled I've made a zipped copy of the Delphi29.win64 folder and I'll send a download path to your email address.

Regards,
Marc
Steema Support

18698260
Newbie
Newbie
Posts: 3
Joined: Thu Jun 20, 2024 12:00 am

Re: Installing TeeGrid 1.15

Post by 18698260 » Wed Jun 26, 2024 4:00 pm

Hi.
I compared the installation directory with the one you sent me.
Many files are missing, the majority of which start with FMX.
I am attaching, by chance, the Log file of my installation which ends with an internal error which will perhaps make sense to you.
Thanks for your help.
D. Cavarroc
Attachments
Log.zip
(873 Bytes) Downloaded 555 times

Marc
Site Admin
Site Admin
Posts: 1258
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Re: Installing TeeGrid 1.15

Post by Marc » Mon Jul 01, 2024 7:56 am

Hello,

The only thing that comes to mind here is a problem with the first RAD Studio 12.1 release that was fixed by a patch from Embarcadero, we had problems compiling the x64 version until the patch was made available. The error message was very similar to the one you report. It looks like you're on the same RAD Studio version that I'm testing here so that shouldn't be the cause of the problem, but just in case, here's the build number we are running:

RAD Studio Version 29.0.51961.7529.

The Embarcadero patch announcement:

https://blogs.embarcadero.com/rad-studi ... available/

Regards,
Marc
Steema Support

epaquet
Newbie
Newbie
Posts: 2
Joined: Thu Jul 04, 2024 12:00 am

Re: Installing TeeGrid 1.15

Post by epaquet » Thu Jul 04, 2024 7:42 pm

Hi,

I had the same install problem (using 29.0.51961.7529).
I tried to use the source files but I get compilation error related to undefined constants (SB_HORZ and all his friends).

I finally rerun TeeGridRecompile.exe and it finished with succes. I can now compile x64, but I get flicker problems (see my recent post).

Erik

Post Reply