debugwiew获取打印
摘要:经常有QT MFC程序调用动态库无法查看内部打印 解决办法: 文件头部定义: #define UseDebugView #ifdef UseDebugView char g_Debug[256]; #endif 在需要打印的地方使用: #ifdef UseDebugView sprintf_s(g_
        阅读全文
            
                posted @ 2018-09-25 16:50
                posted @ 2018-09-25 16:50