错误 LNK1104 - 无法打开 *.obj



我正在尝试在Windows 8上的Visual Studio 2012 Express中构建Parrot ARDrone SDK v1.8。我已经设法将所有错误修复到这个集合:

1 warning C4201: nonstandard extension used : nameless struct/union
2 warning C4389: '==' : signed/unsigned mismatch
3 warning C4100: 'cfg' : unreferenced formal parameter
4 warning C4100: 'cfg' : unreferenced formal parameter
5 warning C4100: 'cfg' : unreferenced formal parameter
6 warning LNK4006: _gettimeofday already defined in video_stage_recorder.obj; second definition ignored
7 warning LNK4006: _gettimeofday already defined in video_stage_recorder.obj; second definition ignored
8 error LNK1004: cannot open file 'C:UsersDanielArDroneARDrone-1.8ARDroneLib.obj'

我似乎在任何地方都找不到此错误的任何答案。是否有任何警告是导致 1104 链接器错误的原因?有什么方法可以从VS获得有关原因的更多信息?

欢迎和赞赏任何帮助/建议。

知道了,这是一个 PEBKAC 问题......

搞砸了包含引用。

相关内容

  • 没有找到相关文章

最新更新