Skip to content
New issue

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

SDK项目中是否需要安装boost? #226

Open
erikaemma opened this issue Oct 12, 2022 · 0 comments
Open

SDK项目中是否需要安装boost? #226

erikaemma opened this issue Oct 12, 2022 · 0 comments

Comments

@erikaemma
Copy link

目前编译第一个工程,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) 中引用了该符号

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant