PDA

View Full Version : [QUESTION] How to call an Windows based .EXE application and read stdout ?



andre_teprom
19th September 2011, 02:19
Hi friends,


I wish execute an WIN32 application made on VisualStudio, and get generated STDOUT ?
I know that QProcess is able to run another application, however I don´t know how to connect to the console output.

Could anybody help ?
Thanks a lot in advance.

+++

nish
19th September 2011, 10:43
did your tried QProcess::readAllStandardOutpu()? Or the readyReadStandardOutput() siganl?