Recompiling a Delphi project in Delphi 10.1 Berlin, the system is throwing the following error at app startup:
The memory manager cannot be changed after it has been used
Why is that, and how do I fix it?
Recompiling a Delphi project in Delphi 10.1 Berlin, the system is throwing the following error at app startup:
The memory manager cannot be changed after it has been used
Why is that, and how do I fix it?
I found the problem. It is not Delphi or the project code, a 3rd party 'MadExcept handler' is causing the error.
To solve the issue, I removed the previously compiled .dcu
files from my dcu folder, and rebuilt the project.