We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
目前编译第一个工程,clion+vs2019 debug+nmake,目前编译失败状态: electron_low_level.cpp.obj : error LNK2019: 无法解析的外部符号 "void __cdecl cv::resize(class cv::InputArray const &,class cv::OutputArray const &,class cv::Size,double,double,int)" (?resize@cv@@YAXAEBV_InputArray@1@AEBV_OutputArray@1@V?$Size@h@1@NNH@Z),函数 "public: void __cdecl ElectronLowLevel::SetImageSrc(class std::basic_string<char,struct std::char_traits,class std::allocator > const &)" (?SetImageSrc@ElectronLowLevel@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@@z) 中引用了该符号 electron_low_level.cpp.obj : error LNK2019: 无法解析的外部符号 "void __cdecl cv::cvtColor(class cv::_InputArray const &,class cv::_OutputArray const &,int,int)" (?cvtColor@cv@@YAXAEBV_InputArray@1@AEBV_OutputArray@1@HH@Z),函数 "public: void __cdecl ElectronLowLevel::SetImageSrc(class std::basic_string<char,struct std::char_traits,class std::allocator > const &)" (?SetImageSrc@ElectronLowLevel@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@@z) 中引用了该符号
The text was updated successfully, but these errors were encountered:
No branches or pull requests
目前编译第一个工程,clion+vs2019 debug+nmake,目前编译失败状态:
electron_low_level.cpp.obj : error LNK2019: 无法解析的外部符号 "void __cdecl cv::resize(class cv::InputArray const &,class cv::OutputArray const &,class cv::Size,double,double,int)" (?resize@cv@@YAXAEBV_InputArray@1@AEBV_OutputArray@1@V?$Size@h@1@NNH@Z),函数 "public: void __cdecl ElectronLowLevel::SetImageSrc(class std::basic_string<char,struct std::char_traits,class std::allocator > const &)" (?SetImageSrc@ElectronLowLevel@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@@z) 中引用了该符号
electron_low_level.cpp.obj : error LNK2019: 无法解析的外部符号 "void __cdecl cv::cvtColor(class cv::_InputArray const &,class cv::_OutputArray const &,int,int)" (?cvtColor@cv@@YAXAEBV_InputArray@1@AEBV_OutputArray@1@HH@Z),函数 "public: void __cdecl ElectronLowLevel::SetImageSrc(class std::basic_string<char,struct std::char_traits,class std::allocator > const &)" (?SetImageSrc@ElectronLowLevel@@QEAAXAEBV?$basic_string@DU?$char_traits@D@std@@v?$allocator@D@2@@std@@@z) 中引用了该符号
The text was updated successfully, but these errors were encountered: