【发布时间】:2014-09-19 14:49:29
【问题描述】:
我正在使用 Visual Studio 2012。我得到了错误
LNK1112: module machine type 'x64' conflicts with target machine type
'X86'highgui248d.lib(opencv_highgui248d.dll)' while building a win32
console application.
我已尝试修改属性以匹配我的 open_cv 应用程序要求。
【问题讨论】:
-
您正在 32 位操作系统中运行 64 位设置
-
尝试更改项目 -> 属性 -> 平台