radioman / WebRtc.NET

WebRTC for C# & C++/CLI
Other
419 stars 126 forks source link

Compilation issue using visual studio 2015 #53

Closed ShyamDrake closed 7 years ago

ShyamDrake commented 7 years ago

I am trying to compile the WebRtc.Net.sln using Visual Studio 2015. I am getting linker errors. main.cc includes many libraries for example #pragma comment(lib,liblept168.lib). The linker cannot find the file liblept168.lib and many others. What am I missing? Should I follow this link http://www.webrtc.org/native-code/development and generate all the libraries ? Please clarify. Thanks.