配置opencv时,出的问题:错误 LNK2019 无法解析的外部符号

  • Post author:
  • Post category:其他


严重性    代码    说明    项目    文件    行    禁止显示状态

错误    LNK2019    无法解析的外部符号 “void __cdecl cv::imshow(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class cv::debug_build_guard::_InputArray const &)” (?imshow@cv@@YAXAEBV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AEBV_InputArray@debug_build_guard@1@@Z),该符号在函数 main 中被引用    configuration project 1    D:\visual studio files\configuration project 1\configuration project 1\源.obj

问题原因:

在  属性配置管理–》》链接器—》》输入–》》附加依赖项 中,debug|x64 的配置为 opencv_world410d.lib   releasse|x64的配置为:opencv_world410.lib



版权声明:本文为weixin_40968474原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接和本声明。