Re: [fpc-devel] inheriting handles using TProcess in unix

2011-01-27 Thread Henry Vermaak
On 26 January 2011 22:19, Seth Grover wrote: > http://www.freepascal.org/docs-html/fcl/process/tprocess.inherithandles.html > says "On Unix, setting this variable has no effect." Why is this? > > The reason I ask is that often when using TProcess I run into the > problem where if I execute some sc

Re: [fpc-devel] inheriting handles using TProcess in unix

2011-01-27 Thread michael . vancanneyt
On Wed, 26 Jan 2011, Seth Grover wrote: http://www.freepascal.org/docs-html/fcl/process/tprocess.inherithandles.html says "On Unix, setting this variable has no effect." Why is this? The reason I ask is that often when using TProcess I run into the problem where if I execute some script or pr

[fpc-devel] inheriting handles using TProcess in unix

2011-01-26 Thread Seth Grover
http://www.freepascal.org/docs-html/fcl/process/tprocess.inherithandles.html says "On Unix, setting this variable has no effect." Why is this? The reason I ask is that often when using TProcess I run into the problem where if I execute some script or program which perhaps forks and outlives my ori