Einzelnen Beitrag anzeigen

Benutzerbild von himitsu
himitsu

Registriert seit: 11. Okt 2003
Ort: Elbflorenz
43.846 Beiträge
 
Delphi 12 Athens
 
#62

AW: RAD Studio, Delphi, C++Builder 12.2

  Alt 20. Sep 2024, 09:49
4 GB ... man kann über ein Flag das freischalten

Windows 32 + 32 Bit App = 3 GB
Windows 64 + 32 Bit App = 4 GB


Nja, erstmal keine Redirections mehr
und auch anderes läuft "besser".




Delphi-Quellcode:
{$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE}

// $0020 IMAGE_FILE_LARGE_ADDRESS_AWARE #15657 Memory Support bis 4GB (32 Bit-Anwendung)
// $0400 IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP If Image is on removable media, copy and run from the swap file.
// $0800 IMAGE_FILE_NET_RUN_FROM_SWAP If Image is on Net, copy and run from the swap file.
{$IFDEF WIN32}{$SetPEFlags $0C20}{$ELSE}{$SetPEFlags $0C00}{$ENDIF}
Garbage Collector ... Delphianer erzeugen keinen Müll, also brauchen sie auch keinen Müllsucher.
my Delphi wish list : BugReports/FeatureRequests
  Mit Zitat antworten Zitat