1、安装visual studio 2008 SP1补丁包。
2、stdafx.h中改了一处,把#include <afxcontrolbars.h> 注掉,后面加了一行
#define CWinAppEx CWinApp:
也即是如下的修改:
//#include <afxcontrolbars.h> // MFC support for ribbons and control bars
#define CWinAppEx CWinApp
1、安装visual studio 2008 SP1补丁包。
2、stdafx.h中改了一处,把#include <afxcontrolbars.h> 注掉,后面加了一行
#define CWinAppEx CWinApp:
也即是如下的修改:
//#include <afxcontrolbars.h> // MFC support for ribbons and control bars
#define CWinAppEx CWinApp