Qt on Windows, Problems with QProcess

Ralf Habacker ralf.habacker at freenet.de
Sun Feb 6 02:26:39 CET 2005


On Thursday 13 January 2005 18:51, Joe Mervini wrote:
> Hello,
>
> I have been posting questions to the qt-interest list regarding a
> problem that I have been having with qprocess.  Come to find out that
> I've been posting to the wrong list!!!
>
> The problem that I am having is I have an application that uses
> qprocess. When I compiled Qt using MinGW (gcc/g++) initially I got gdb
> errors in libkernel32. Subsequently I downloaded the more current
> snapshots from http://webdev.cegit.de and was able to recompile.
> However, although I am not getting the gdb errors anymore, when I run
> the process.exe (from the examples files) the program runs but I do not
> get any text display in the window. Is any on this list running Qt
> without the cygwin environment that has encountered this problem?
>
There is now initial io redirection support available. process should now show 
the output (stdout, stderrr) from the called application. Redirecting stdin 
to the called application does not work yet. 

Regards
 Ralf 


More information about the kde-cygwin mailing list