链接:致命错误LNK1181:无法打开输入文件'.\ Debug \ Markup.obj' [英] LINK : fatal error LNK1181: cannot open input file '.\Debug\Markup.obj'

查看:792
本文介绍了链接:致命错误LNK1181:无法打开输入文件'.\ Debug \ Markup.obj'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿,我正在使用Visual Studio2008.最近我在项目中包含了CMarkup解析器,但是我面对LINK:致命错误LNK1181:无法打开输入文件''.\ Debug \ Markup.obj错误,但是我没有任何标记.obj文件来设置路径.我在网上搜索并尝试了多种方法,但均未成功.谁能帮我...

解决方案

也许可以为您提供帮助:
http://stackoverflow.com/questions/4000772/visual-studio-2010-link-fatal-error-lnk1181-cannot-open-input-file-obj [ 解决方案

Maybe it can help you:
http://stackoverflow.com/questions/4000772/visual-studio-2010-link-fatal-error-lnk1181-cannot-open-input-file-obj[^]


I assume you have a CMarkup.cpp file. Add it to your project by

Add -> Existing items ...

and Visual Studio will compile it and thereby produce the CMarkup.obj file. It will put that file under .\Debug or .\Release depending on which configuration you are building. Hence the linker will find the object file in the right place automatically.


这篇关于链接:致命错误LNK1181:无法打开输入文件'.\ Debug \ Markup.obj'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆