Open
Description
Thanks for this excellent tool !
I tried to add a GUI over WinPmem for end user by redirecting stdin and stdout.
Short version: the output get buffered all at once when the program is terminating under a non console program.
Which prohibits display console information provided by WinPmem when the work is in progress.
After a lot of investigation, I found out this article https://www.codeproject.com/Articles/16163/Real-Time-Console-Output-Redirection which points that under a pipe, the flush behavior of printf under MS C lib is changed when there is no console behind.
This problem will be fixed if a flush is added after each printf.
Metadata
Metadata
Assignees
Labels
No labels