Jump to content

Hunni

Members
  • Content Count

    13
  • Joined

  • Last visited

Posts posted by Hunni


  1. 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

     


  2. 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


  3. 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


  4. 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


  5. 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

    PE_Info.png

×