积极答复者
LINK : fatal error LNK1181: cannot open file 'and.obj'

问题
答案
-
2学生,
您好!
>> LINK : fatal error LNK1181: cannot open file 'and.obj'
这个错误表示,连接器无法找到and.obj文件,因为这个文件不存在或文件所在的路径找不到。
首先请您确认下您这个文件是否存在和连接选项里面的附加包含路径是否正确。
如果都正确的,请尝试删除debug,然后重新compile和build,如果还是不行,关掉工作区,然后重新打开。
参考资料:
本文介绍了链接器错误 LNK1181及解决方案:http://www.microsofttranslator.com/BV.aspx?ref=CSSKB&from=en&to=zh-chs&a=http://support.microsoft.com/kb/815645
这篇文章介绍LNK1181:
http://msdn.microsoft.com/en-us/library/y6b12xkc.aspx
如果您的问题解决了,请把有用的回答标记为答案!
Lucy
Lucy Liu [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已标记为答案 lucy-liuModerator 2011年6月27日 8:20
-
Are you using C# to develop your application? if so, use Clean Solution from your context menu of your Solution Explorer, or manually delete the "obj" folder then try to rebuild the solution.
If you're using C++... emm, this is not the place to ask, you should go to the Visual C++ forum to post your questions.
Mark Zhou- 已标记为答案 lucy-liuModerator 2011年6月27日 8:20
全部回复
-
2学生,
您好!
>> LINK : fatal error LNK1181: cannot open file 'and.obj'
这个错误表示,连接器无法找到and.obj文件,因为这个文件不存在或文件所在的路径找不到。
首先请您确认下您这个文件是否存在和连接选项里面的附加包含路径是否正确。
如果都正确的,请尝试删除debug,然后重新compile和build,如果还是不行,关掉工作区,然后重新打开。
参考资料:
本文介绍了链接器错误 LNK1181及解决方案:http://www.microsofttranslator.com/BV.aspx?ref=CSSKB&from=en&to=zh-chs&a=http://support.microsoft.com/kb/815645
这篇文章介绍LNK1181:
http://msdn.microsoft.com/en-us/library/y6b12xkc.aspx
如果您的问题解决了,请把有用的回答标记为答案!
Lucy
Lucy Liu [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
- 已标记为答案 lucy-liuModerator 2011年6月27日 8:20
-
Are you using C# to develop your application? if so, use Clean Solution from your context menu of your Solution Explorer, or manually delete the "obj" folder then try to rebuild the solution.
If you're using C++... emm, this is not the place to ask, you should go to the Visual C++ forum to post your questions.
Mark Zhou- 已标记为答案 lucy-liuModerator 2011年6月27日 8:20