Page 1 of 1

Installing TeeGrid 1.15

Posted: Fri Jun 21, 2024 7:05 am
by 18698260
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.

Re: Installing TeeGrid 1.15

Posted: Fri Jun 21, 2024 1:38 pm
by Marc
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

Re: Installing TeeGrid 1.15

Posted: Wed Jun 26, 2024 7:44 am
by 18698260
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.

Re: Installing TeeGrid 1.15

Posted: Wed Jun 26, 2024 12:11 pm
by Marc
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

Re: Installing TeeGrid 1.15

Posted: Wed Jun 26, 2024 4:00 pm
by 18698260
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

Re: Installing TeeGrid 1.15

Posted: Mon Jul 01, 2024 7:56 am
by Marc
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

Re: Installing TeeGrid 1.15

Posted: Thu Jul 04, 2024 7:42 pm
by 18698357
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