当前位置:网站首页>[technical course] peerconnection in webrtc self built by visual studio 2017_ The client program reported an external symbol error that LNK2019 could not resolve
[technical course] peerconnection in webrtc self built by visual studio 2017_ The client program reported an external symbol error that LNK2019 could not resolve
2020-11-10 08:53:00 【2k1cyjd】
We talked about it. TSINGSEE Qingxi video R & D team is working on webrtc Conduct research , Tried in Visual Studio 2017 build by oneself WebRTC in peerconnection_client Program . We have dealt with several problems of reporting errors , If you are interested, please have a look at .
After solving the previous problem , Let's compile... Again peerconnection_client Program , There will be all kinds of “LNK2019 Unresolved external symbols public:_thiscall xxxxxx(xxxxxx), The sign is in the function protected:void _thiscall xxxxxx(xxxxxx) Cited in ”; Causes the program to be unable to continue compiling .

To analyze problems
Using compiled window WebRTC The library of , Reference to header file , But there is no reference to third-party library files , So the newspaper “ Cannot parse external symbols ” error .
solve the problem
1、 It's usually good to configure the project properties . Add the directory of the corresponding library file in the library file directory of the project properties ( The connector -> Input -> Add the corresponding library file to the additional dependency ); But for WebRTC More library files are referenced , So open the compiled WebRTC Output file directory , And find peerconnection_client.ninja file , Open the file , Here's the picture , Find all (.lib file ), Add to vs The library file can be .

( The text is too long , Only a small fraction can be intercepted )
2、 There's another way , That is to say vs2017 Using preprocessing commands in #pragma comment(lib, “xxx.lib”); hold xxx Replace with the one you want to load lib file . The use of this command is not the ultimate goal , Because for WebRTC More library files are referenced , So it's a little cumbersome to write about , But this approach is the codeword version of the first solution , You can also try .

That's all for the compilation problem described above , Of course TSINGSE Qingxi video R & D team welcomes you to continue to discuss development issues with us . meanwhile , If you want to know more about video related solutions , Also welcome to contact us about .
版权声明
本文为[2k1cyjd]所创,转载请带上原文链接,感谢
边栏推荐
- Detach ()
- C++ STL容器篇
- Network security engineer Demo: original * * controls your server like this! (2)
- 一个名为不安全的类Unsafe
- 浅谈字节最新开源联邦机器学习平台Fedlearner
- js解决浏览器打印自动分页的问题
- [paper reading notes] network embedding with attribute refinement
- Several solutions to the problem that selenium webdriver always fails to use click
- 大专学历的我工作六年了,还有机会进大厂吗?
- CCR coin robot: novel coronavirus pneumonia has accelerated the interest of regulators in CBDC.
猜你喜欢

csdn bug3:待加

iNeuOS工业互联平台,WEB组态(iNeuView)增加工程视图导入、导出功能,及优化和修复,发布:v3.2.1版本

Simple use of JMeter

Yixian e-commerce prospectus of perfect diary parent company: focusing on marketing and ignoring R & D, with a loss of 1.1 billion in the first three quarters

分布式文档存储数据库之MongoDB索引管理

高通骁龙875夺安卓处理器桂冠,但外挂5G基带成为它的弊病

安卓快速关机APP

js解决浏览器打印自动分页的问题

selenium webdriver使用click一直失效问题的几种解决方法

CSDN bug5: to be added
随机推荐
Leetcode 1-sum of two numbers
Three ways to solve coursera video unable to watch
《Python Cookbook 3rd》笔记(2.2):字符串开头或结尾匹配
csdn bug10:待加
假如需要一百万个对象
Coding style: SSM environment in MVC mode, code hierarchical management
图-无向图
【技术教程】Visual Studio 2017自建WebRTC中peerconnection_client程序报LNK2019 无法解析的外部符号错误
实验2
Graph undirected graph
OSChina 周二乱弹 —— 我养的绿植分别为土豆,生姜,蒜
leetcode之最后一个单词的长度
csdn bug3:待加
CCR炒币机器人:新冠肺炎加速了监管机构对CBDC的兴趣
z-index属性详解
CSDN bug6: to be added
lodash.js Source code flatten
推动中国制造升级,汽车装配车间生产流水线 3D 可视化
csdn bug11:待加
jmeter接口测试--带有token的解决方法