注册 登录
编程论坛 C++教室

每次调试的时候出现error MSB8031

zanzan 发布于 2013-11-01 15:05, 12671 次点击
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. for more information.    C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V120\Microsoft.CppBuild.targets    369    4    Aj1
8 回复
#2
zanzan2013-11-01 15:06
这个是怎么造成的。怎么解决!
#3
peach54602013-11-01 15:45
查字典,看懂编译器跟你说什么...

另外,好奇一下
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0
这是VC4.0?这得多古老啊...
#4
zanzan2013-11-01 16:01
回复 3楼 peach5460
这个地址经常变哦。而且我用的是vs2013
#5
blueskiner2013-11-01 17:04
...VS2013?!好高级。。。升级了哪些功能?
#6
peach54602013-11-01 17:09
以下是引用zanzan在2013-11-1 16:01:47的发言:

这个地址经常变哦。而且我用的是vs2013

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. for more information
这句话经常变吗?
#7
xiaodu0002013-11-02 23:11
Some of the link related to VS2013 don't work yet. In general, the whole VS2013 documentation is missing from MSDN. Probably it will show up today or tomorrow.

Until then you can search the downloads site, I suppose this is what you need:

http://www.
百度了一下
#8
xiaodu0002013-11-02 23:15
换个编译器最好是,vs2013这个东东有些东西是有限制的。一些文件它是不给你的。
#9
blackart02013-11-27 16:39
VS2013把 multi-byte character set 支持移除了

到 http://www.
下载安装就行了
1