I guess dup2 needs to be called by the process, correct? But I can't change its src code. - Yifei
On Mon, Jul 1, 2013 at 4:42 PM, Guido Seifert <[email protected]> wrote: > > If it is only Linux you could use dup2. > > Windows? No idea. > > Guido > > > On Mon, 1 Jul 2013 16:31:19 -0400 > Yifei Li <[email protected]> wrote: > > > Hi folks, > > > > I know this can be done using QProcess::setStandardOutputFile. > > > > However, I need to start my process using the static function > > startDetached, and still want to be able to redirect its stdout/stderr to > > another file. > > > > Any suggestions? > > > > Thanks, > > > > Yifei > _______________________________________________ > Interest mailing list > [email protected] > http://lists.qt-project.org/mailman/listinfo/interest >
_______________________________________________ Interest mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/interest
