Ok, the mystery is finally solved.

Your compiler named the resulting executable "A750TEST.exe". The lowercase "exe" caused the crash. Our compiler was set up to generate A750TEST.EXE (uppercase), that's why we never could reproduce the problem.

This will be fixed in the next update; the easy workaround is to generate an .EXE and not an .exe.