[lazarus] IPC question...
Tom Lisjac
netdxr at adelphia.net
Fri May 2 07:06:13 EDT 2003
> On Fri, 2003-05-02 at 04:26, Mattias Gaertner wrote:
> >On Fri, 2 May 2003 12:21:52 +0200 (CEST)
> >marcov at stack.nl (Marco van de Voort) wrote:
> > > Is there a way to do this in Object Pascal under Linux... or is using a
> > > temporary text file the best approach?
> >
> > Linux unit, popen, assignpipe etc, check the text and the examples.
That's exactly what I was looking for... thank you!
> What about TProcess?
Thanks for pointing it out. Using TProcess might be an even better
design approach then the one I was considering. There's Input, OutPut
and StdErr public properties and a very complete set of TProcessOptions
for setting up pipes and suppressing output to the console!
Looks like I'll be spending the next hour writing some test code! :)
Best regards,
-Tom
More information about the Lazarus
mailing list