问题
Does {$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE}
have any effects on 64-bit delphi applications?
回答1:
It has no effect at all. All 64 bit processes are automatically decreed to be large address aware.
来源:https://stackoverflow.com/questions/15510715/setpeflags-image-file-large-address-aware-in-64-bit-delphi-application