We have a customer who has a problem, that our Delphi application does not seem to start. But we cannot reproduce it here.
The program however is starting, but immediately and silently exits with error code 250477278. Does anybody know, what this error code means (and where it is defined)?
Edit:
Nowhere in our code we have calls like Halt(ErrorNumber)
, so it seems, this error code is coming directly from Delphi?