OpenCV 3.0 x64 VS2013 错误 LNK1104 [英] OpenCV 3.0 x64 VS2013 error LNK1104

查看:52
本文介绍了OpenCV 3.0 x64 VS2013 错误 LNK1104的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

已经阅读了一些关于这些的其他主题......到目前为止尝试了一切......没有任何效果.仔细检查一切.

read already some other threads about these..tried so far everything... nothing worked. double checked everything.

使用 x64 系统、VS13(x32) 和 x64 作为目标系统(尽管我之前尝试使用 x32 并且有同样的错误)无论如何这里是我的链接:

using x64 system, VS13(x32) and x64 as target system (though i tried using x32 before and had the same error) anyways here are my links:

调试 x64

VC++ exec 目录:K:\A_A_Programmierung\opencv\build\x64\vc12\bin;$(ExecutablePath)

VC++ exec directory: K:\A_A_Programmierung\opencv\build\x64\vc12\bin;$(ExecutablePath)

VC++ 库:K:\A_A_Programmierung\opencv\build\x64\vc12\lib;$(LibraryPath)

VC++ lib: K:\A_A_Programmierung\opencv\build\x64\vc12\lib;$(LibraryPath)

C/C++: K:\A_A_Programmierung\opencv\build\include;%(AdditionalIncludeDirectories)

C/C++: K:\A_A_Programmierung\opencv\build\include;%(AdditionalIncludeDirectories)

链接器:目标计算机:MachineX64 (/MACHINE:X64)

Linker: Target Computer: MachineX64 (/MACHINE:X64)

附加依赖:

opencv_calib3d300d.lib; opencv_core300d.lib; opencv_features2d300d.lib; opencv_flann300d.lib; opencv_highgui300d.lib; opencv_imgcodecs300d.lib; opencv_imgproc300d.lib; opencv_ml300d.lib; opencv_objdetect300d.lib; opencv_photo300d.lib; opencv_shape300d.lib; opencv_stitching300d.lib;opencv_superres300d.lib;opencv_ts300d.lib;opencv_video300d.lib;opencv_videoio300d.lib;opencv_videostab300d.lib;%(AdditionalDependencies)

opencv_calib3d300d.lib;opencv_core300d.lib;opencv_features2d300d.lib;opencv_flann300d.lib;opencv_highgui300d.lib;opencv_imgcodecs300d.lib;opencv_imgproc300d.lib;opencv_ml300d.lib;opencv_objdetect300d.lib;opencv_photo300d.lib;opencv_shape300d.lib;opencv_stitching300d.lib;opencv_superres300d.lib;opencv_ts300d.lib;opencv_video300d.lib;opencv_videoio300d.lib;opencv_videostab300d.lib;%(AdditionalDependencies)

额外的库.目录:

K:\A_A_Programmierung\opencv\build\x64\vc12\lib;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib;%(AdditionalLibraryDirectories)

K:\A_A_Programmierung\opencv\build\x64\vc12\lib;C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib;%(AdditionalLibraryDirectories)

还检查了其他线程中提到的一些其他设置!并确实设置了 tut 中提到的环境变量,并且还以管理员身份运行了 VS13

also checked some other settings mentioned in other threads! and did set the enviroment variable as mentioned in a tut and also ran VS13 as admin

有什么帮助吗?

推荐答案

ok 自己修复了...你必须在opencv\build\x86\vc12\lib下添加opencv 3.0的文件对于链接器输入.(请参阅其他依赖项)这不再是整个列表......官方教程列表不是最新的!

ok fixed it myself... you have to add the files of opencv 3.0 under opencv\build\x86\vc12\lib for the linker input. (see additional dependencies) which isnt the whole list anymore... list on the official tutorial is not up to date!

这篇关于OpenCV 3.0 x64 VS2013 错误 LNK1104的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆