GoodbyeDPI
GoodbyeDPI copied to clipboard
For GUI For GoodbyeDPI
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.
That's not a proper way to do that. Have you tried to disable buffering on read in your code?
https://stackoverflow.com/a/49111147
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.