I have a simple Win32 GUI app which has an edit control in the main window. If I write:
printf(\"Hello world!\\n\");
I would like the text
Write a internal __printf function can output the text to edit control, then replace all printf functions with that.