VS2013 Multi-byte engineering problem
Use VS2013 to compile the old version of VC + + program, prompted building an MFC project for a non-unicode character set is deprecated, Microsoft offers a solution.
First, error message
1>------started rebuild all: project: Server, Configuration: 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 DEP Recated. You are must change the "project" to Unicode or download an additional library. http://go.microsoft.com/fwlink/p/?LinkId=286820 for more information.
========== all regenerated: 0 successes, 1 failures, 0 ========== skipped
Second, Microsoft explained
The MFC Library (DLL) for multibyte character encoding (MBCS) is no longer included in Visual Studio, but can be used as a plug-in, and in any Visual Studio Professional, Visual Studio Premium, or V Download and install on the isual Studio Ultimate computer. (In Visual Studio, MFC must be enabled.) The installation requires approximately 440 MB of disk space, including the English (United States) and localized versions of the DLL.
After you install the MBCS DLL, if you uninstall or repair Visual Studio, it is also uninstalled or repaired. However, if you disable only Mfc,mbcs DLLs, they remain on the system. If you uninstall or repair only the MBCS DLL, Visual Studio will not be modified. Detailed information: http://blogs.msdn.com/b/vcblog/archive/2013/07/08/mfc-support-for-mbcs-deprecated-in-visual-studio-2013.aspx
Download Address: http://www.microsoft.com/zh-cn/download/details.aspx?id=40770