Re: [Lazarus] Why lazchmhelp.pas sets InheritHandle conditionally on fpc version?

2014-09-02 Thread Luca Olivetti
El 02/09/14 11:19, Mattias Gaertner ha escrit: > On Tue, 02 Sep 2014 09:54:50 +0200 > Luca Olivetti wrote: > >> I saw in the 1.2.4 source this: >> >> {$if FPC_FULLVERSION<20604} >> Proc.InheritHandles := false; >> {$endif} >> >> >> Why is it conditional? > > It is not conditional in 1.3. [...]

Re: [Lazarus] Why lazchmhelp.pas sets InheritHandle conditionally on fpc version?

2014-09-02 Thread Mattias Gaertner
On Tue, 02 Sep 2014 09:54:50 +0200 Luca Olivetti wrote: > I saw in the 1.2.4 source this: > > {$if FPC_FULLVERSION<20604} > Proc.InheritHandles := false; > {$endif} > > > Why is it conditional? It is not conditional in 1.3. > Maybe I'm biased by my bad experience with it being true by defaul

[Lazarus] Why lazchmhelp.pas sets InheritHandle conditionally on fpc version?

2014-09-02 Thread Luca Olivetti
I saw in the 1.2.4 source this: {$if FPC_FULLVERSION<20604} Proc.InheritHandles := false; {$endif} Why is it conditional? Maybe I'm biased by my bad experience with it being true by default, but I think it should be always set to false (apart from the fact that it didn't work in fpc, and it has