[fpc-pascal] File Descriptor in Windows ?
fredvs
fiens at hotmail.com
Sat Mar 21 22:11:55 CET 2015
Re-hello.
Tried with this too =>
Change => Output: THandleStream = nil;
into => Output: TOutputPipeStream = nil;
and
Change => Output := THandleStream.Create(FOutHandle);
into => Output:=TOutputPipeStream.Create (FOutHandle);
=> Compiles + works perfect in Linux ;-)
=> Compiles ok but does not work on Windows ;-(
(file not open)
?
Thanks.
Fred;D
-----
Many thanks ;-)
--
View this message in context: http://free-pascal-general.1045716.n5.nabble.com/File-Descriptor-in-Windows-tp5721448p5721452.html
Sent from the Free Pascal - General mailing list archive at Nabble.com.
More information about the fpc-pascal
mailing list