码迷,mamicode.com
首页 > 其他好文 > 详细

cannot open file "C:\Program.obj"

时间:2015-04-17 15:50:27      阅读:107      评论:0      收藏:0      [点我收藏+]

标签:

出现这个错误的原因:

Configuration Properties -> Linker -> Object/Library里面加库的时候 绝对路径没有加“”

例如:

C:\Program Files\Microsoft Platform SDK\Lib\DbgHelp.Lib

应该改为:

"C:\Program Files\Microsoft Platform SDK\Lib\DbgHelp.Lib"  


 另外  WIN7  64  位下面  platfrom sdk 安装  可以找我要 qq964919126!

cannot open file "C:\Program.obj"

标签:

原文地址:http://blog.csdn.net/djb100316878/article/details/45096261

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!