我已经为桌面应用程序安装了Visual Studio 2012 xpress。要使用mfc框架还要安装wdk 7.1并包含文件和库。之后我执行了代码:
#include"afxwin.h"
struct CSimpleApp : public CWinApp
{
BOOL InitInstance() { return TRUE; }
};
CSimpleApp theApp;
但它显示错误:
错误1错误LNK1104:无法打开文件'uafxcwd.lib'
我尝试使用共享和静态mfc库,包括字符集,即unicode和多字节。
请帮帮我
答案 0 :(得分:0)
Visual Studio“Express”版本不提供MFC。