Hello,
When a program is built in debug mode, qDebug() writes to stderr under Linux and Windows. In Release mode, under Linux qDebug() writes to stderr but under Windows the messages seems lost.
My question is how to write to stderr under Windows in release mode and with MinGW compiler. The goal is to read the messages when the program is launched in a QProcess.
Bookmarks