Einzelnen Beitrag anzeigen

Rolf Frei

Registriert seit: 19. Jun 2006
629 Beiträge
 
Delphi 11 Alexandria
 
#30

AW: Wie bekomme ich die exe kleiner?

  Alt 29. Jan 2020, 13:19
EXE und DLL ist das Selbe.
Ehm, nein ist es nicht. Eine Exe muss nicht "reallocated" werden, eine DLL hingegen schon, wenn alle die gleiche Base-Adresse haben. Google mal danach.

Zitat:
IMAGE_FILE_RELOCS_STRIPPED removes the relocation (".reloc") section from Win32 PE EXE files, reducing their size. Most compilers/linkers (including Delphi) put a relocation section in EXE files, but this is actually not necessary since EXEs never get relocated. Hence, a relocation section only wastes space.

Geändert von Rolf Frei (29. Jan 2020 um 14:48 Uhr)
  Mit Zitat antworten Zitat