Chinaunix首页 | 论坛 | 博客
  • 博客访问: 2093215
  • 博文数量: 454
  • 博客积分: 10921
  • 博客等级: 上将
  • 技术积分: 5396
  • 用 户 组: 普通用户
  • 注册时间: 2006-06-15 15:20
个人简介

伪IT男

文章分类

全部博文(454)

文章存档

2016年(2)

2013年(6)

2012年(17)

2011年(29)

2010年(24)

2009年(54)

2008年(53)

2007年(202)

2006年(67)

分类:

2007-09-29 08:27:03

VC++ 编译链接错误汇总


1)编译错误C2220和警告C4819
错误描述(在vs2005中,特别是查看别人的代码)
.\crt_dbg1.c : error C2220: warning treated as error - no 'object' file generated
.\crt_dbg1.c : warning C4819: The file contains a character that cannot be represented in the current code page (936). Save the file in Unicode format to prevent data loss

修改方法:只需要对次文件 Ctrl+A ,Ctrl+X, 然后再 Ctrl+V就搞定。(使文件变为unicode)
 
 
我出现这个问题是在directshow的d3d9types.h文件中。
阅读(3027) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~