Re: [fpc-pascal]Using Tprocess to write to child process standard input.

2004-03-09 Thread Michael . VanCanneyt
On Tue, 9 Mar 2004, Vincent Snijders wrote: > Michael, > > Thanks for your comments. > > On Tue, 9 Mar 2004 15:32:01 +0100 (W. Europe Standard Time) > Michael Van Canneyt <[EMAIL PROTECTED]> wrote: > > > > > > > On Tue, 9 Mar 2004, Vincent Snijders wrote: > > > > > Hi, > > > > > > I am hav

Re: [fpc-pascal]Using Tprocess to write to child process standard input.

2004-03-09 Thread Michael Van Canneyt
On Tue, 9 Mar 2004, Vincent Snijders wrote: > Hi, > > I am having some problems writing to the InputStream of a Tprocess > object. Below is the source code. I am testing this on windows. When > stepping through the code I get INVALID_HANDLE as return value of the > FileWrite in THandleStream.Wri

[fpc-pascal]Using Tprocess to write to child process standard input.

2004-03-09 Thread Vincent Snijders
Hi, I am having some problems writing to the InputStream of a Tprocess object. Below is the source code. I am testing this on windows. When stepping through the code I get INVALID_HANDLE as return value of the FileWrite in THandleStream.Write. I think there is a bug somewhere in the Tprocess code