开发者

Printing on console WIN32/WTL

开发者 https://www.devze.com 2022-12-24 17:16 出处:网络
I am developing WTL GUI application. I want to print something on console. How to enable console printin开发者_C百科g in win32/WTL application.Use AllocConsole to attach to a new console.(This will fa

I am developing WTL GUI application. I want to print something on console.

How to enable console printin开发者_C百科g in win32/WTL application.


Use AllocConsole to attach to a new console. (This will fail if your program is being run from a console window in the first place, but that's ok.) Also look at this page for a fully worked example.

0

精彩评论

暂无评论...
验证码 换一张
取 消