Visual Studio error C2001:常量中有换行符

简介:
场景
当前项目采用多字节编码,当出现如下的代码时候
channelInfo.strChannelName = "空";编译出错提示:常量中有换行符。当时经过多次编译,还是出现这个问题,过了一段时间,不知道又可以了。采用了一个替补的方案,进行中文字节编码,

static char szEmptyBuffer[32] = { 0xE7, 0xA9, 0xBA};//空在UTF8中的字符编码




     本文转自fengyuzaitu 51CTO博客,原文链接:http://blog.51cto.com/fengyuzaitu/2047889,如需转载请自行联系原作者

相关文章
|
IDE Shell 网络安全
Visual Studio 2022 git error Unable to negotiate with xx.xxx.xxxx port 22: no matching host key type found. Their offer: ssh-rsa
Visual Studio 2022 git error Unable to negotiate with xx.xxx.xxxx port 22: no matching host key type found. Their offer: ssh-rsa
359 0
Visual Studio 2022 git error Unable to negotiate with xx.xxx.xxxx port 22: no matching host key type found. Their offer: ssh-rsa
|
1月前
|
JavaScript C++
【C++ visual studio】解决VS报错:error C2447: “{”: 缺少函数标题(是否是老式的形式表?)【亲测有效,无效捶我】
【C++ visual studio】解决VS报错:error C2447: “{”: 缺少函数标题(是否是老式的形式表?)【亲测有效,无效捶我】
|
4月前
|
C++
Visual Studio 2022编译错误 Error MSB8041-此项目需要MFC库解决方案
Visual Studio 2022编译错误 Error MSB8041-此项目需要MFC库解决方案
530 0
|
Android开发 C++
【错误记录】Visual Studio 中编译 NDK 报错 ( error : cannot use ‘throw‘ with exceptions disabled )
【错误记录】Visual Studio 中编译 NDK 报错 ( error : cannot use ‘throw‘ with exceptions disabled )
719 0
【错误记录】Visual Studio 中编译 NDK 报错 ( error : cannot use ‘throw‘ with exceptions disabled )
|
IDE 开发工具 C++
Visual Studio下程序开发: error LNK2019: 无法解析的外部符号
Visual Studio下程序开发: error LNK2019: 无法解析的外部符号
967 0
Visual Studio下程序开发: error LNK2019: 无法解析的外部符号
|
IDE 开发工具
Visual Studio下程序开发: 引用库出现 error LNK2026: 模块对于 SAFESEH 映像是不安全的。
Visual Studio下程序开发: 引用库出现 error LNK2026: 模块对于 SAFESEH 映像是不安全的。
130 0
Visual Studio下程序开发: 引用库出现 error LNK2026: 模块对于 SAFESEH 映像是不安全的。
|
数据安全/隐私保护 C++ Windows
Visual Studio 2005 -- Error code 1603 for this component means "Fatal error during installation.
  Visual Studio 2005 -- Error code 1603 for this component means "Fatal error during installation.   这几天,因为某个项目需要而要安装VS2005,不知怎么回事,一安装到Microsoft Document Explorer 2005就提示安装失败,怎么也继续不下去了,在网上查了很多资料,试了很多方法都没有解决,就差就重装系统了,呵呵。
999 0
|
4月前
Visual Studio 2022 中VLD库如何安装
Visual Studio 2022 中VLD库如何安装
716 1