Re: [fpc-pascal] TProcess InheritHandles has no effect

2013-02-23 Thread Luca Olivetti
Al 26/05/11 13:14, En/na Luca Olivetti ha escrit: > According to the documentation InheritHandles only works in windows. > However the windows implementation of TProcess.Execute has in the first > line > > FInheritHandles:=true > > so it doesn't work even under windows. > > fpc 2.4.2, but I chec

[fpc-pascal] TProcess InheritHandles has no effect

2011-05-26 Thread Luca Olivetti
According to the documentation InheritHandles only works in windows. However the windows implementation of TProcess.Execute has in the first line FInheritHandles:=true so it doesn't work even under windows. fpc 2.4.2, but I checked in svn and it's the same. Bye -- Luca