1. 程式人生 > >VS2013多位元組工程問題

VS2013多位元組工程問題

使用VS2013編譯舊版VC++程式時,提示Building an MFC project for a non-Unicode character set is deprecated,微軟提供瞭解決方案。

我是把VC6.0上面的程式拿到 VS2013上面運行了,結果出現瞭如下的錯誤:

1、錯誤資訊

------ 已啟動全部重新生成:  專案: Server, 配置: Release Win32 ------  

1>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets(369,5): error MSB8031: Building an MFC project for a non-Unicode character set is deprecated. You must change the project property to Unicode or download an additional library. See http://go.microsoft.com/fwlink/p/?LinkId=286820 for more information.

========== 全部重新生成:  成功 0 個,失敗 1 個,跳過 0 個 ==========  /

2、解決

微軟解釋:
      用於多位元組字元編碼 (MBCS) 的 MFC 庫 (DLL) 不再包含於 Visual Studio 中,但是可用作外掛,您可以在任何裝有 Visual Studio Professional、Visual Studio Premium 或 Visual Studio Ultimate 的計算機上下載和安裝。(在 Visual Studio 中,必須啟用 MFC。)安裝需要大約 440 MB 磁碟空間,包括英語(美國)和 DLL 的本地化版本。

在安裝 MBCS DLL 後,如果解除安裝或修復 Visual Studio,則還會解除安裝或修復。但是,如果只禁用 MFC,MBCS DLL 仍會保留在系統上。如果僅解除安裝或修復 MBCS DLL,將不會修改 Visual Studio。

下載: