| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 4150 人关注过本帖
标题:fatal error LNK1104: cannot open file "Debug/2.exe" Error executing li ...
取消只看楼主 加入收藏
liusjlo
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2013-12-20
结帖率:100%
收藏
 问题点数:0 回复次数:3 
fatal error LNK1104: cannot open file "Debug/2.exe" Error executing li
#include <stdio.h>
void main( )
{
    printf("This is a C program.\n");
}
请问我该怎么弄才能时程序运行?,大多数人说要把前一个文件关了,再打开这个文件运行,我试了好多次完全没用,无论我冲启多少次,甚至把这个软件重装了几次。我觉得给出那办法的和我一样是个初学者。请求高手解决,非常感谢!
搜索更多相关主题的帖子: include cannot 
2013-12-22 10:32
liusjlo
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2013-12-20
收藏
得分:0 
--------------------Configuration: 2 - Win32 Debug--------------------
Compiling...
2.c

2.obj - 0 error(s), 0 warning(s)

--------------------Configuration: 2 - Win32 Debug--------------------
Linking...
LINK : fatal error LNK1104: cannot open file "Debug/2.exe"
Error executing link.exe.

2.exe - 1 error(s), 0 warning(s)
2013-12-22 10:47
liusjlo
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2013-12-20
收藏
得分:0 
这里面到底有没有高手?
2013-12-22 13:41
liusjlo
Rank: 1
等 级:新手上路
帖 子:11
专家分:0
注 册:2013-12-20
收藏
得分:0 
#include <stdio.h>
void main()
{
   printf("Hello, world\n");
     }
2013-12-22 14:03
快速回复:fatal error LNK1104: cannot open file "Debug/2.exe" Error executi ...
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.026648 second(s), 10 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved