Either enable console by adding the following line to .pro:
and rebuild the project (you'll get an extra console for the debug output). Alternatively you can use a tool called DebugView to examine the debug output.CONFIG += console
Either enable console by adding the following line to .pro:
and rebuild the project (you'll get an extra console for the debug output). Alternatively you can use a tool called DebugView to examine the debug output.CONFIG += console
J-P Nurmi
vonCZ (20th June 2007)
once again jpn, thanks.
Bookmarks