当前位置: 代码迷 >> Ruby/Rails >> fatal error LNK1104: cannot open file "Debug/构造函数.exe"
  详细解决方案

fatal error LNK1104: cannot open file "Debug/构造函数.exe"

热度:196   发布时间:2016-04-29 02:12:28.0
fatal error LNK1104: cannot open file "Debug/构造函数.exe"

今天编写程序遇到下面这个问题:

现象:

编译没有错误,一连接就报错:fatal error LNK1104: cannot open file "Debug/构造函数.exe"


原因:

进程中正有一个xxx.exe运行,所以这个文件受保护,不能打开创建


解决:

ctrl+alt+del,打开任务管理器,杀掉该进程

  相关解决方案