-
With console I mean the application output of QT.
As I said it shows the text "Enter the temperature in Celsius:" correctly but doesn't do nothing when I write a number and press enter key. -
Thanks to all. Definitively you can't input anything through the console so I have to use the terminal.
One thing I find horrible is that when I run a simple app, QT launches the terminal but there is a very long message and I was asking if there is a way to avoid it.
I attach a capture, there you can see what shows the terminal when is launched by QT.
-
Thanks to all. Definitively you can't input anything through the console so I have to use the terminal.
One thing I find horrible is that when I run a simple app, QT launches the terminal but there is a very long message and I was asking if there is a way to avoid it.
I attach a capture, there you can see what shows the terminal when is launched by QT.
-
Hello! I have similar problem, I checked terminal and getting this error
Please advise how to fix:
:-1: error: cannot open output file release\writeToDat.exe: Permission denied -
Hello! I have similar problem, I checked terminal and getting this error
Please advise how to fix:
:-1: error: cannot open output file release\writeToDat.exe: Permission denied@icebergenergy
Doesn't sound like anything related to this issue.
Assumingrelease\writeToDat.exe
is your executable and the right path to it, have you looked to see whether you already have that executable running, perhaps left over from when you ran it outside of Creator? Use Task Manager to have a look at what processes are running. Restart your PC and see whether error has gone away. -
yeah! Already solved. Thanks. I had run it without building