VC9打上SP1补丁之后编译出来的文件就会变得很大,为编译前App类继承的是CWinApp,而打补丁之后的确是继承了CWinAppEx(主要是增强了UI感官)。
可以手动吧CWinAppEx改为CWinApp,另外stdafx.h中的 #include <afxcontrolbars.h>(功能区和控件条的 MFC 支持)也可以去掉

相关文章:

  • 2022-12-23
  • 2021-09-24
  • 2021-07-12
  • 2021-05-23
  • 2022-12-23
  • 2021-04-09
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-11
  • 2022-12-23
  • 2021-04-09
相关资源
相似解决方案