[Qt-interest] QProcess and Vista
Tony Rietwyk
tony.rietwyk at rightsoft.com.au
Sat Feb 21 12:44:27 CET 2009
Thiago wrote:
> Willy P wrote:
> >Tony, you got it. It was the "."
> >
> >I think I need it for *nix platforms.
> >
> >THANK YOU SO MUCH!
> >
> >-Willy
> >
> >On Fri, Feb 20, 2009 at 5:16 PM, Tony Rietwyk
> >
> ><tony.rietwyk at rightsoft.com.au> wrote:
> >> Willy wrote:
> >>> Also,
> >>> Here's my QProcess setup:
> >>>
> >>> _ffmpeg.setProcessChannelMode(QProcess::MergedChannels);
> >>> _ffmpeg.setEnvironment( QProcess::systemEnvironment() += "." );
>
> I'm sorry, but this solution makes no sense. How did you come
> up with it?
> Did you read it somewhere else? A Microsoft KB article maybe?
No it was just a hunch based on experience changing IIS versions. In fact, I had actually confused the environment with the semicolon separated path!
Regards,
Tony
More information about the Qt-interest-old
mailing list