I see a lot of information on Application output when I run any executable. How to get rid of them?
-
Hi,
When I run any of my application, I see a lot of other information on the console. Any idea how to get rid of them? I checked a lot of Settings in Tools->Options->Build & Run but nothing seems to resolve the issue.
It is not affecting the running of my programs but it is good to not have these on my console.
Please help
Edit : I assume this is because of Citrix gateway which I use to connect to a remote server but I don't know where to disable in order to not have these on my Application output
-
Hi,
When I run any of my application, I see a lot of other information on the console. Any idea how to get rid of them? I checked a lot of Settings in Tools->Options->Build & Run but nothing seems to resolve the issue.
It is not affecting the running of my programs but it is good to not have these on my console.
Please help
Edit : I assume this is because of Citrix gateway which I use to connect to a remote server but I don't know where to disable in order to not have these on my Application output
@Savitha
Given that all of these are messages fromCtx..., Qt or Creator has nothing to do with them. If this is a command-line program and a library is writing them to stdout or stderr they will appear in the terminal. Maybe Google forCtxDelayLoadand see where they come from and what you can do about them.