Hunni
Members-
Content Count
13 -
Joined
-
Last visited
Community Reputation
2 Neutral-
Grep tool Standalone compilation error under Delphi 11 and 12
Hunni replied to Hunni's topic in GExperts
Great Thanks now it is working again -
Hello, I can't compile the Grep tool under Delphi 11 and 12 [dcc32 Fataler Fehler] GX_FeedbackWizard.pas(406): F2063 Verwendete Unit 'GX_GetIdeVersion.pas' kann nicht compiliert werden [dcc32 Fehler] GX_GrepExpert.pas(109): E2037 Deklaration von 'Configure' unterscheidet sich von vorheriger Deklaration Does anybody know how I solve this it drives me mad Reversion ia 4206
-
For me it worked also fine In the beginning i also had a problem, but i found out that i downloaded the wrong license file Torsten
-
Hi, This unit you find under \source\Utils You must add this path to the search path. You can edit the GExpertsRS104.dproj And there you must add to <DCC_UnitSearchPath>. the following path ;..\..\source\Utils;$ then you can compile it again Torsten
-
Hi, you must add to <DCC_UnitSearchPath>. the following pathm ;..\..\source\Utils;$ then you can compile it again Torsten
-
Great, now it works without any problems Thanks
-
Hi, I can compile the Standard Gexpert Project. But with the StandAlone projects I have Problems Code Formatter, Code Librarian and Debug Window I also can compile The other Standalone programs I can't compile Der Buildvorgang wurde am 18.02.2021 20:05:20 gestartet. Projekt "f:\GExpress_SVN\Projects\StandAlone\Grep\DelphiXx104\GExpertsGrep.dpro j" auf Knoten "1", rebuild Ziel(e). f:\GExpress_SVN\Projects\StandAlone\Grep\DelphiXx104\GExpertsGrep.dproj(106,5): error MSB4019: Das importierte Projekt "C:\Windows\Microsoft.NET\Framework\v2. 0.50727\Borland.Delphi.Targets" wurde nicht gefunden. Vergewissern Sie sich, da ss der Pfad in der <Import>-Deklaration korrekt und die Datei auf dem Datenträg er vorhanden ist. Die Erstellung des Projekts "f:\GExpress_SVN\Projects\StandAlone\Grep\DelphiXx1 04\GExpertsGrep.dproj" ist abgeschlossen, rebuild Ziel(e) -- FEHLER. Fehler beim Buildvorgang. "f:\GExpress_SVN\Projects\StandAlone\Grep\DelphiXx104\GExpertsGrep.dproj" (rebu ild Ziel) (1) -> f:\GExpress_SVN\Projects\StandAlone\Grep\DelphiXx104\GExpertsGrep.dproj(106,5 😞 error MSB4019: Das importierte Projekt "C:\Windows\Microsoft.NET\Framework\v 2.0.50727\Borland.Delphi.Targets" wurde nicht gefunden. Vergewissern Sie sich, dass der Pfad in der <Import>-Deklaration korrekt und die Datei auf dem Datentr äger vorhanden ist. and similar Errors Does anybody has solved this issues? best regrads Torsten
-
Message Dialog Expert form is too small in Delphi 10.3.3 & 10.4
Hunni replied to Ian Branch's topic in GExperts
Hi I have this problem with a Standard resolution from 1920x1080 -
Hello, Great With the new DLL i don't receive the RTL Error anymore regards Torsten
-
Hi, the latest Revision 3201 can not be compiled. An Error in \Source\CloseExceptionNotification\GX_CloseExceptionNotification.pas Line 549 procedure TfmGxCloseExceptionNotificationExpert.sg_ExceptionsDblClick(Sender: TObject); begin inherited; end; procedure TfmGxCloseExceptionNotificationExpert.sg_ExceptionsDblClick(Sender: TObject); begin EditCurrentEntry; end; Bezeichner redeklariert: "TfmGxCloseExceptionNotificationExpert.sg_ExceptionsDblClick" best regards Torsten
-
Message Dialog Expert form is too small in Delphi 10.3.3 & 10.4
Hunni replied to Ian Branch's topic in GExperts
For me the same I see this beavhior by 10.2, 10,3 and 10.4 Delphi XE5 the Dialog is shown correctly regards Torsten -
Hello, if I disable the Theming in the Registry, then the MainMenu is shwon corrctly. best regards Torsten
-
Hello, I'm using Delphi 10.3.2 If I start the PE Information, the Text in the MainMenu is missing. But the functionality of the not shown Text is working. I'm using the Dark Theme, but also the same happens with the normal Theme best regards Torsten