GoodbyeDPI icon indicating copy to clipboard operation
GoodbyeDPI copied to clipboard

For GUI For GoodbyeDPI

Open Include-sys opened this issue 6 years ago • 4 comments

Hello,

As you know I'm developing GUI for GoodbyeDPI. In order to properly work(actually just getting stdout texts) stdout functions(printf,puts etc.) have to be flushed after prints. I added fflush() function after every stdout function.

Include-sys avatar Feb 18 '19 20:02 Include-sys

That's not a proper way to do that. Have you tried to disable buffering on read in your code?

ValdikSS avatar Feb 18 '19 22:02 ValdikSS

https://stackoverflow.com/a/49111147

ValdikSS avatar Feb 18 '19 22:02 ValdikSS

I'm not working with winapi, just using Qts features. So you need to flush your stdout or I have to recompile it every time. :) This pull request can be closed If you decide not to do.

Include-sys avatar Feb 24 '19 13:02 Include-sys