Reputation: 11
I'm running a exe file that has cprintf calls in one of its DLLs, the exe is GUI application, I'm looking for a method to get the output of the cprintf calls.
Thanks.
Upvotes: 0
Views: 247
Reputation: 11
This was solved by loading DLL on runtime that called AllocConsole()
in DLLMain
.
Upvotes: 1