注册 登录
编程论坛 C++教室

Link error(请教)

lxtx 发布于 2007-10-27 13:18, 1517 次点击

Link error(换了台机器就不行了)

--------------------Configuration: 绩点转换器 - Win32 Debug--------------------
Compiling resources...
Compiling...
绩点转换器Dlg.cpp
Linking...
LINK : LNK6004: Debug/绩点转换器.exe not found or not built by the last incremental link; performing full link
StdAfx.obj : error LNK2001: unresolved external symbol ___pfnBkCheck
绩点转换器.obj : error LNK2001: unresolved external symbol ___pfnBkCheck
Debug/绩点转换器.exe : fatal error LNK1120: 1 unresolved externals
执行 link.exe 时出错.

1 回复
#2
ki11er2007-10-27 15:11
这个问题好象只是发生在VC++6.0的早期版本,最初的几个版本不少的都有这样的问题,有时候根本就不能创建.exe文件
1