[fpc-pascal] Re: TFileStream and stdin - how to make this work?

Seth Grover sethdgrover at gmail.com
Sun Oct 3 19:10:07 CEST 2010


Could you use THandleStream
(http://www.freepascal.org/docs-html/rtl/classes/thandlestream.html)?

myInputStream := THandleStream.Create(StdInputHandle);
...

-SG

--
This email is fiction. Any resemblance to actual events
or persons living or dead is purely coincidental.

Seth Grover
sethdgrover[at]gmail[dot]com



More information about the fpc-pascal mailing list