[fpc-devel] TProcess change.

2006-12-11 Thread Michael Van Canneyt
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

Re: [fpc-devel] TProcess change.

2006-12-13 Thread Vincent Snijders
Michael Van Canneyt schreef: 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

Re: [fpc-devel] TProcess change.

2006-12-14 Thread Vincent Snijders
Vincent Snijders schreef: Michael Van Canneyt schreef: Hello, The documentation has been adapted, but is not yet published. I regenerated the docs and noticed that TProcess.WaitOnExit.Result has not been updated: http://lazarus-ccr.sourceforge.net/docs/fcl/process/tprocess.waitonexit.html