|
正在创建库 .\Debug\LeapMotionProcess.lib 和对象 .\Debug\LeapMotionProcess.exp
1>imageProcess.obj : error LNK2019: 无法解析的外部符号 "int __cdecl cv::_interlockedExchangeAdd(int *,int)" (?_interlockedExchangeAdd@cv@@YAHPAHH@Z),该符号在函数 "public: void __thiscall cv::Mat::release(void)" (?release@Mat@cv@@QAEXXZ) 中被引用
1>LeapMotionProcess.obj : error LNK2001: 无法解析的外部符号 "int __cdecl cv::_interlockedExchangeAdd(int *,int)" (?_interlockedExchangeAdd@cv@@YAHPAHH@Z)
1>SampleListener.obj : error LNK2001: 无法解析的外部符号 "int __cdecl cv::_interlockedExchangeAdd(int *,int)" (?_interlockedExchangeAdd@cv@@YAHPAHH@Z)
1>.\Debug\LeapMotionProcess.dll : fatal error LNK1120: 1 个无法解析的外部命令
1>
1>生成失败。
1>
1>已用时间 00:00:07.53
========== 全部重新生成: 成功 0 个,失败 1 个,跳过 0 个 ==========
说明:没有引入CVMat时一切正常,引入CvMat后就出现该错误。所有的动态连接库都引入了(之前也没问题),还是解决不了问题。求大神赐教啊,困扰了我好几天了。(win7 +opencv2.4.2+ vs10)
|
|