views:

380

answers:

0

Hello,

Does anyone have stucked on strange problem with QT Creator. When I try to build my simple console app in it with release in output window i see only:

Starting C:\Users\xxxxx\Documents\Composite\Compositing\debug\Compositing.exe...

C:\Users\xxxx\Documents\Composite\Compositing\debug\Compositing.exe exited with code 0

When i press run with debug it normally passes with all needed output:

"composite drawn"

"composite drawn"

Its strange. Even if i type printf("%s", "out me"); or std:: cout << "out me" in main() its not showing in output window. What could be the problem ?