Application stops execution if output in cmd is highlighted
-
This is a normal windows cmd behavior as you block stdout. Nothing Qt related or something Qt can fix.
-
Hi,
my application stops execution if I highlight output text in my cmd generated by the application.

When I do this, and I try to press a button in my application, it crashes.
Any idea on how to solve this? -
This is a normal windows cmd behavior as you block stdout. Nothing Qt related or something Qt can fix.
-
Hi,
my application stops execution if I highlight output text in my cmd generated by the application.

When I do this, and I try to press a button in my application, it crashes.
Any idea on how to solve this? -
@Redman
As @Christian-Ehrlicher has just written. However I am "surprised" your application "crashes". Explain how you know/think it has "crashed"? -
R Redman has marked this topic as solved on
-
@JonB If I go over the top with button presses, it crashes. If I highlight anything in cmd I just get the "Application not responding" from Windows. So not a crash directly. But thanks for the information