未解决的错误

时间:2011-03-28 06:46:29

标签: c++ linker-errors vc6 unresolved-external

我正在编译给出错误消息:

usimage.cpp
Generating Code...
Linking...
   Creating library .\Output/gci2.lib and object .\Output/gci2.exp
cam_simulator.obj : error LNK2001: unresolved external symbol _ffclos
cam_simulator.obj : error LNK2001: unresolved external symbol _ffgpxv
cam_simulator.obj : error LNK2001: unresolved external symbol _ffthdu
cam_simulator.obj : error LNK2001: unresolved external symbol _ffgisz
cam_simulator.obj : error LNK2001: unresolved external symbol _ffgidm
cam_simulator.obj : error LNK2001: unresolved external symbol _ffghdt
cam_simulator.obj : error LNK2001: unresolved external symbol _ffdkopn
guide_routines.obj : error LNK2001: unresolved external symbol "float __cdecl CalcSlope(class DoubleArray)" (?CalcSlope@@YAMVDoubleArray@@@Z)
.\Release/gci2.dll : fatal error LNK1120: 8 unresolved externals
Error executing link.exe.
PixCel.exe - 9 error(s), 3 warning(s)

我将项目设置更改为多线程并且喜欢Vfw32.lib但没有更改......

我正在使用vc ++ 6.0和xp plateform ...

1 个答案:

答案 0 :(得分:1)

链接时您缺少一个库,尝试将您的fitio库(我相信您正在尝试使用它)添加到您的链接路径。