该错误消息表示什么剂量? [英] what dose this error message mean?

查看:102
本文介绍了该错误消息表示什么剂量?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直都收到此错误消息

LINK:致命错误LNK1104:无法打开文件"Debug/main.exe"
这是什么意思?

I''m having this error message all the time

LINK : fatal error LNK1104: cannot open file "Debug/main.exe"
what dose it mean? and how can I solve it?

推荐答案

您始终可以在Google上搜索错误消息. Google"LNK1104"和您获得的第一页是:

http://msdn.microsoft.com/en-us/library/ts7eyw4s (v = vs.71).aspx [
You can always google an error message. Google "LNK1104" and the first page you get is:

http://msdn.microsoft.com/en-us/library/ts7eyw4s(v=vs.71).aspx[^]

It basically means what it says.

More specifically it means it can''t open the file with write permission.

The typical reason for that is the file is still open somewhere else.

Most likely your program is still running from the last time you ran it. Might be hung trying to dump debug information from the latest crash -- in which case you probably have to kill the process with task manager before you rebuild it.


这篇关于该错误消息表示什么剂量?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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