摘要:
注意生成控制台程序,即-L/SUBSYSTEM:console 1 //This application demonstrates how to show a dialog in a console app. 2 3 #include 4 5 #include 6 7 class MyAp... 阅读全文
摘要:
-----From wxwidgets Docs 3.1Functions and Macros by CategoryDetailed DescriptionWrappers of CRT functionsFunctions and Macros by Category Detailed Des... 阅读全文
摘要:
该示例程序运行良好,除了退出时出现下图:原因:wxAuiManager需在主窗口析构时呼叫UnInit().文档:void wxAuiManager::UnInit()Uninitializes the framework and should be called before a managed ... 阅读全文