Re: [pstreams-users] PStream on Windows?
Brought to you by:
redi
From: Jonathan W. <jw...@mi...> - 2005-07-05 11:24:07
|
Hi Romain, Sorry for the missing FAQ entry, I'll fix that tonight - the answer is probably sitting on my hard drive at home. There are two options for PStreams on Windows. The old popen-based branch works on Windows, using the _popen() and _pclose() calls - but these are only usable in console (not GUI) applications. There is also a full port of the PStreams code to Win32, which has been contributed and is being worked on by Francis Andre. That code involves a major re-write of the code and the changes conflict with some other changes I'm working on so that code is only in CVS, on a separate branch; it is not part of any release. I don't know the status of the branch, if Francis is reading this maybe he can supply more details. jon Romain Behar <rom...@ya...> on 05/07/2005 10:59:15 To: pst...@li... cc: (bcc: Jonathan Wakely/MINTEL/GB) Subject: [pstreams-users] PStream on Windows? Hello, I'm looking for a C++ library that runs processes and reads stdout and stderr output. It also has to run on the Win32 platform. I've found three libraries under a free license: * PStreams * libexecstream (http://libexecstream.sourceforge.net/) * TubeProcess (http://www.flyingpigs.dk/~cdbruun/software/ ) PStreams is the most active, but the FAQ says 'Can I use PStreams on Windows ?' in the menu and the section isn't in the page below! TubeProcess doesn't have as many features as the two other projects, so I'll choose between PStreams and libexecstream. Best regards, Romain ____________________________________________________ Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football http://football.fantasysports.yahoo.com ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ PStreams-users mailing list PSt...@li... https://lists.sourceforge.net/lists/listinfo/pstreams-users |