Custom Query (301 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (67 - 69 of 301)

Ticket Resolution Summary Owner Reporter
#70 fixed Standard I/O streams of non-kLIBC based processes are not properly redirected Dmitry A. Kuminov
Description

If QProcess starts an application that isn't based on the same (kLIBC) runtime as Qt4 itself, its standard streams are not properly redirected and cannot be accessed in the parent process.

This needs to be fixed. See #69 for more info.

#71 fixed QProcess::startDetached() doesn't work Dmitry A. Kuminov
Description

Since P_DETACH isn't supported by kLIBC's spawnvpe(), QProcess::startDetached() that relies on that doesn't work. This needs to be fixed, possibly by calling DosExecPgm? directly.

#72 fixed QProcess cannot start applications of other types directly Dmitry A. Kuminov Dmitry A. Kuminov
Description

An attempt to start a PM application from a console Qt application will just fail because DosExecPgm? (used by spawnvpe() we use in QProcess) cannot start applications of different type.

One of the possible solutions is to start such applications indirectly through cmd.exe ("cmd.exe /c app.exe") which knows how to create new sessions of different type.

Note: See TracQuery for help on using queries.