由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Anyone ever ran into a "fatal error LNK1168" in MS VS studi
相关主题
问个VS2010 里面数组的问题能否给些讲debug经验的文章和书籍 (转载)
问一个VC的include的问题一个debug的问题
gdb debugging the system call execve() ...不同compiler速度可以差很远吗?
how to turn off "ActiveX Control Test Container"?After build,how to run the program on visual C# 2008
求救:javascript程序运行中的一个error message问个超简单的C问题
关于STDERR定向到文件问题What's a transaction.
debug error unable to automatically step into the server in (转载)C++现在写起来真舒服啊
how to debug mpi?SQL debug step into a store procedure from another one (转载)
相关话题的讨论汇总
话题: error话题: lnk1168话题: debug话题: when话题: fatal
进入Programming版参与讨论
1 (共1页)
R*********7
发帖数: 61
1
I search google and baidu and did all I can, but without any success.
>LINK : fatal error LNK1168: cannot open
D:\VS2010\Projects\test\Debug\test.exe for writing
It seems that when you exit prompt, the exe is still running
and rise the error when you re-debug a modified file. This error
even occurs for a "Hello World" program!!
The error disappears when I wait for a while or delete the test.exe
in project folder. But only good for one running. When I do some
editing, re-debug it, the error pops
k****f
发帖数: 3794
2
打开任务管理器,把test.exe杀死

【在 R*********7 的大作中提到】
: I search google and baidu and did all I can, but without any success.
: >LINK : fatal error LNK1168: cannot open
: D:\VS2010\Projects\test\Debug\test.exe for writing
: It seems that when you exit prompt, the exe is still running
: and rise the error when you re-debug a modified file. This error
: even occurs for a "Hello World" program!!
: The error disappears when I wait for a while or delete the test.exe
: in project folder. But only good for one running. When I do some
: editing, re-debug it, the error pops

R*********7
发帖数: 61
3
Thanks, kuku.
That helps, but the problem is I have to kill the process everytime
I re-debug the file, which I really don't want to do.

【在 k****f 的大作中提到】
: 打开任务管理器,把test.exe杀死
g****y
发帖数: 436
4
your code?

【在 R*********7 的大作中提到】
: Thanks, kuku.
: That helps, but the problem is I have to kill the process everytime
: I re-debug the file, which I really don't want to do.

R*********7
发帖数: 61
5
even a simplest hello world code will cause the problem

【在 g****y 的大作中提到】
: your code?
1 (共1页)
进入Programming版参与讨论
相关主题
SQL debug step into a store procedure from another one (转载)求救:javascript程序运行中的一个error message
大家不觉得这篇文章很有道理么?未来语言的趋势?关于STDERR定向到文件问题
比较简单的Java数据输入验证问题debug error unable to automatically step into the server in (转载)
请教一个有向图的算法how to debug mpi?
问个VS2010 里面数组的问题能否给些讲debug经验的文章和书籍 (转载)
问一个VC的include的问题一个debug的问题
gdb debugging the system call execve() ...不同compiler速度可以差很远吗?
how to turn off "ActiveX Control Test Container"?After build,how to run the program on visual C# 2008
相关话题的讨论汇总
话题: error话题: lnk1168话题: debug话题: when话题: fatal