2014-01-07 93 views
0

我已經安裝了用於桌面應用程序的Visual Studio 2012 xpress。要使用mfc框架,還要安裝wdk 7.1幷包含文件和庫。之後,我執行的代碼:錯誤:1104 uafxcwd.lib/nafxcwd.lib丟失

#include"afxwin.h" 

struct CSimpleApp : public CWinApp 
{ 
    BOOL InitInstance() { return TRUE; } 
}; 
CSimpleApp theApp; 

但它示出了錯誤:

Error 1 error LNK1104: cannot open file 'uafxcwd.lib'

我與兩個字符共享和靜態MFC庫試圖設置即unicode和多字節。

請幫幫我

回答

0

Visual Studio「Express」版本不提供MFC。

+0

你是否安裝了wdk7.1並進行了配置。你知道什麼是wdk嗎? –