Kinetics332
Kinetics332

Reputation: 11

Getting console output of Windows GUI application

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

Answers (1)

Kinetics332
Kinetics332

Reputation: 11

This was solved by loading DLL on runtime that called AllocConsole() in DLLMain.

Upvotes: 1

Related Questions