DevIL编译过程出现的 “error C2001: newline in constant” 解决方法(VS2015)
Posted xiejake
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了DevIL编译过程出现的 “error C2001: newline in constant” 解决方法(VS2015)相关的知识,希望对你有一定的参考价值。
在编译图像库DevIL过程中出现 “error C2001: newline in constant” 。
这是由于源码文件的编码方式为 UTF-8无BOM格式,修改编码方式为UTF-8标准格式(Notepad++)。
以上是关于DevIL编译过程出现的 “error C2001: newline in constant” 解决方法(VS2015)的主要内容,如果未能解决你的问题,请参考以下文章
QT 5.0, 代码中qt error C2001: 常量中有换行符, 怎么解决?
为啥我在vs 2012 写c++的时候 定义一个常量,值是中文会报错,error: C2001: 常量中有换行符?