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
1>------ 已启动生成: 项目: peerconnection_client, 配置: Debug x64 ------ 1>webrtcd.lib(implicit_weak_message.obj) : error LNK2019: 无法解析的外部符号 __imp___std_init_once_begin_initialize,该符号在函数 "void __cdecl std::call_once<void (__cdecl&)(void)>(struct std::once_flag &,void (__cdecl&)(void))" (??$call_once@A6AXXZ$$V@std@@YAXAEAUonce_flag@0@A6AXXZ@Z) 中被引用 1>webrtcd.lib(implicit_weak_message.obj) : error LNK2019: 无法解析的外部符号 __imp___std_init_once_complete,该符号在函数 "public: __cdecl std::_Init_once_completer::~_Init_once_completer(void)" (??1_Init_once_completer@std@@qeaa@XZ) 中被引用 1>webrtcd.lib(auto_correlation.obj) : error LNK2019: 无法解析的外部符号 __std_reverse_copy_trivially_copyable_4,该符号在函数 "float * __cdecl std::reverse_copy<float const *,float *>(float const *,float const *,float *)" (??$reverse_copy@PEBMPEAM@std@@YAPEAMPEBM0PEAM@Z) 中被引用 1>H:\WORK\webRTC\webrtc-native-demo-master\peerconnection_client..\out\bin\x64\Debug\peerconnection_client\peerconnection_client.exe : fatal error LNK1120: 3 个无法解析的外部命令 1>已完成生成项目“peerconnection_client.vcxproj”的操作 - 失败。 ========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1>------ 已启动生成: 项目: peerconnection_client, 配置: Debug x64 ------
1>webrtcd.lib(implicit_weak_message.obj) : error LNK2019: 无法解析的外部符号 __imp___std_init_once_begin_initialize,该符号在函数 "void __cdecl std::call_once<void (__cdecl&)(void)>(struct std::once_flag &,void (__cdecl&)(void))" (??$call_once@A6AXXZ$$V@std@@YAXAEAUonce_flag@0@A6AXXZ@Z) 中被引用
1>webrtcd.lib(implicit_weak_message.obj) : error LNK2019: 无法解析的外部符号 __imp___std_init_once_complete,该符号在函数 "public: __cdecl std::_Init_once_completer::~_Init_once_completer(void)" (??1_Init_once_completer@std@@qeaa@XZ) 中被引用
1>webrtcd.lib(auto_correlation.obj) : error LNK2019: 无法解析的外部符号 __std_reverse_copy_trivially_copyable_4,该符号在函数 "float * __cdecl std::reverse_copy<float const *,float *>(float const *,float const *,float *)" (??$reverse_copy@PEBMPEAM@std@@YAPEAMPEBM0PEAM@Z) 中被引用
1>H:\WORK\webRTC\webrtc-native-demo-master\peerconnection_client..\out\bin\x64\Debug\peerconnection_client\peerconnection_client.exe : fatal error LNK1120: 3 个无法解析的外部命令
1>已完成生成项目“peerconnection_client.vcxproj”的操作 - 失败。
========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
The text was updated successfully, but these errors were encountered: