0

エラーメッセージが表示されるのをコンパイルしている間:

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 プラットフォームを使用しています...

4

1 に答える 1

1

リンク時にライブラリが不足している場合は、リンクパスにfitsioライブラリ(これを使用しようとしていると思います)を追加してみてください。

于 2011-03-28T06:58:36.540 に答える