Jump to content

KHJ

Members
  • Content Count

    21
  • Joined

  • Last visited

Posts posted by KHJ


  1. I am a little bit confused by all the numbers and uncomplete dates:

    My current product ist RAD Studio 11.2 (or called 11 Update 2) in the Pro Edition with the last Patch 1 from 2022-10-04. This version has the already mentioned version#  28.0.46141.0937 in the about box.

     

    I am on subscription therefore I should see all updates in my registered product portal.

    In the portal I can see only one November Patch from last year with the date 2021-11-24 but in this case for 11 (means 11.0 and not 11.1 or 11.2) 


  2. I have two issues with GExperts and RADStudio 11.1 

     

    1. Startup time with GExperts

    it is much, much, much longer if GExperts is installed and it "stops" during the splash screen is showing GExperts

     

    2. Missing IDE Context Menu

    I tried it already several times and today ones more, with the current version from SF and fresh built and installed GExperts, I do not get the IDE Editor Context Menu at all.

    if I add MMX I get one line "MMX Commands"

    Without GExperts and Delphi "only" or with Delphi and MMX I have the full context menus.

    Beside from GExperts and MMX I use only JCL and JVCL and the Parnassus Tools.

     

    Any hints?

    Delphi_11.1_MMX_GExperts_ContextMenu.jpg


  3. 20 minutes ago, Anders Melander said:

    However that doesn't explain why the modules aren't being discarded during the resource scan since they are not DFM resources.

    Only to be clear:

    the empty project as explained

    Start BTM

    New Project

    - 2 Modules 357 Items 358 Properties

    - only resourcestrings and TFORM1 are in the Module pane

    Press Update => nothing new

    Press Build All Languages  => like the picture as shown with DVCLAL to PLATFORMTARGETS marked as Translate

    Press Update => the 6 modules are marked as unused 

    Press Purge => the modules will deleted

    Press Build All Languages => and they are back

     

     

     

     

     


  4. 12 hours ago, Anders Melander said:

    n any case I have now added an extra check to handle RCDATA smaller than 4 bytes. New version uploaded.

     

    I installed the new version and tested it. 

    The same problem does exist.

     

    12 hours ago, Anders Melander said:

    Could it be that you updated the project on a UPX compressed (or something like it) application file?

    No. The files are a direct output from Delphi 11.1. 

    The older versions from BTM are working with the same file.

     


  5. Hi Anders,

     

    the new version 1.3.8198.28909 will add resources like "BBABORT, BBALL"  to the left side Module panel after Build.

    The version 1.3.8185.25123 does not.

    If you press Update after the build an exception will happen also.

     

    Is it possible to add an edit mode for the translations to the Translation Memory form? Currently I can only view sort Import and Export.

     

    Thanks

    Karlheinz

     

    Screenshot 2022-06-16 071602.jpg


  6. Not sure, because TMS talked about the workaround for an ISO install.

    I installed via GetIt and my FrameworkDir seems to be correct and the dir is also available on the disc.

     

    @SET BDS=C:\Program Files (x86)\Embarcadero\Studio\20.0
    @SET BDSINCLUDE=C:\Program Files (x86)\Embarcadero\Studio\20.0\include
    @SET BDSCOMMONDIR=C:\Users\Public\Documents\Embarcadero\Studio\20.0
    @SET FrameworkDir=C:\Windows\Microsoft.NET\Framework\v4.0.30319
    @SET FrameworkVersion=v4.5
    @SET FrameworkSDKDir=
    @SET PATH=%FrameworkDir%;%FrameworkSDKDir%;C:\Program Files (x86)\Embarcadero\Studio\20.0\bin;C:\Program Files (x86)\Embarcadero\Studio\20.0\bin64;C:\Program Files (x86)\Embarcadero\Studio\20.0\cmake;C:\Users\Public\Documents\Embarcadero\InterBase\redist\InterBaseXE7\IDE_spoof;%PATH%
     


  7. I installed it manually and during start up of the IDE the following error message comes up about the missing icon.

     

    Some of the default GExperts icons are missing.  Make sure that the icons exist in a directory called "Icons" underneath the main GExperts installation directory and is included in "GXIcons.rc".  The file missing is: TGxGotoPrevModification.bmp


  8. I have installed 10.2 Pro and 10.3 Pro

    The current build process with __build.cmd is not working for me.

    ...

    Drücken Sie eine beliebige Taste . . .

    Das System kann den angegebenen Pfad nicht finden.
    Der Befehl "msbuild" ist entweder falsch geschrieben oder
    konnte nicht gefunden werden.
    done building GExpertsRS102.dproj
    Drücken Sie eine beliebige Taste . . .
    DelphiPath: "="
    *** Error: Directory "=" does not exist. ***
    Drücken Sie eine beliebige Taste . . .
    Das System kann den angegebenen Pfad nicht finden.
    Microsoft (R)-Buildmodul, Version 4.7.3190.0
    [Microsoft .NET Framework, Version 4.0.30319.42000]
    Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.

    Der Buildvorgang wurde am 25.11.2018 12:26:45 gestartet.
    Projekt "E:\Benutzer\KHJL\Delphi\Libs\OpenSource\SourceForge\Gexperts\Projects\DelphiXx103\GExpertsRS103.dproj" auf Kno
    ten "1", rebuild Ziel(e).
    E:\Benutzer\KHJL\Delphi\Libs\OpenSource\SourceForge\Gexperts\Projects\DelphiXx103\GExpertsRS103.dproj : error MSB4057:
    Das Ziel "rebuild" ist im Projekt nicht vorhanden.
    Die Erstellung des Projekts "E:\Benutzer\KHJL\Delphi\Libs\OpenSource\SourceForge\Gexperts\Projects\DelphiXx103\GExperts
    RS103.dproj" ist abgeschlossen, rebuild Ziel(e) -- FEHLER.


    Fehler beim Buildvorgang.

    "E:\Benutzer\KHJL\Delphi\Libs\OpenSource\SourceForge\Gexperts\Projects\DelphiXx103\GExpertsRS103.dproj" (rebuild Ziel)
    (1) ->
      E:\Benutzer\KHJL\Delphi\Libs\OpenSource\SourceForge\Gexperts\Projects\DelphiXx103\GExpertsRS103.dproj : error MSB4057
    : Das Ziel "rebuild" ist im Projekt nicht vorhanden.

        0 Warnung(en)
        1 Fehler

    Verstrichene Zeit 00:00:00.03
    done building
    Drücken Sie eine beliebige Taste . . .

     

×