<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hi,<br>
<br>
I found this original Windows documentation about CreateProcess, it
might help you judge the change:<br>
<br>
<a class="moz-txt-link-freetext" href="https://msdn.microsoft.com/en-us/library/windows/desktop/ms682425%28v=vs.85%29.aspx">https://msdn.microsoft.com/en-us/library/windows/desktop/ms682425%28v=vs.85%29.aspx</a><br>
<br>
too long to quote.<br>
<br>
/Str.<br>
<br>
<br>
On 01.09.2015 20:51, Leonardo Laguna Ruiz wrote:<br>
<span style="white-space: pre;">>
>
> I was curious about what Qt makes when calling a process, since we haveused Qt in windows without problems when calling processes. Seems that they do exactly what my fix makes:
>
> <a class="moz-txt-link-freetext" href="https://github.com/Vitallium/qt5/blob/master/qtbase/src/corelib/io/qprocess_win.cpp">https://github.com/Vitallium/qt5/blob/master/qtbase/src/corelib/io/qprocess_win.cpp</a>
>
> I would assume that this change is safe and compatible since it has been in Qt for a while.
>
> Leonardo
></span><br>
</body>
</html>