Hello,

I've changed the TProcess.WaitOnExit return type to boolean;
A return value of True means success, a return value of False
means failure.

This is a conscious break with the old DWord return value, which
returned a highly inconsistent, system-dependent return value.
The current solution is consistently cross-platform.

I regret if this breaks any code, but you can make the code
consistent with older code if you do a 

  MyRes:=Ord(WaitOnExit);

This should compile with old and new versions of FPC.
(The old return value was useless anyway)

The documentation has been adapted, but is not yet published.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to