Building a project in Delphi 10.3 fails if the build script output contains “error:”

I just had a nasty surprise with Delphi 10.3 when trying to build a project that worked fine with previous Delphi versions. The problem turned out the text one of my pre build events wrote to the output. It contained the string "error :". Apparently Delphi 10.3 parses the output of the build events and … Continue reading Building a project in Delphi 10.3 fails if the build script output contains “error:”