TLDR; for 32-bit applications add this line to your DPR: {$SETPEOPTFLAGS $140} for 64-bit applications use: {$SETPEOPTFLAGS $160} {$SetPEFlags IMAGE_FILE_LARGE_ADDRESS_AWARE} or, if you do no...
Security 4
Recently Updated
- Prevent concurrent execution of a batch file in Microsoft Windows
- Delphi rock-n-roll song by ChatGPT
- 2023 Stack Overflow Developer Survey includes Delphi - place your vote today!
- We just reached 1,000 Members in our Delphi Developers Telegram group!
- Use CreateProcess and capture the output in Windows