Einzelnen Beitrag anzeigen

Benutzerbild von KodeZwerg
KodeZwerg

Registriert seit: 1. Feb 2018
3.685 Beiträge
 
Delphi 11 Alexandria
 
#12

AW: Fehlermeldung Externe Exception

  Alt 11. Apr 2018, 19:30
Pack's am besten direkt unter Zeile "program Test;"

Also:
Delphi-Quellcode:
program Test;
const
  IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP = $0400; { If Image is on removable media, copy and run from the swap file. }
  IMAGE_FILE_NET_RUN_FROM_SWAP = $0800; { If Image is on Net, copy and run from the swap file. }
{$SetPEFlags IMAGE_FILE_REMOVABLE_RUN_FROM_SWAP or IMAGE_FILE_NET_RUN_FROM_SWAP}

{$R *.dres} // wirklich .dres?

uses dies, und, das;
Gruß vom KodeZwerg

Geändert von KodeZwerg (11. Apr 2018 um 19:37 Uhr)
  Mit Zitat antworten Zitat