versatica / libmediasoupclient

mediasoup client side C++ library

Home Page:https://mediasoup.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VisualStudio 2017 errors

Harkanork opened this issue · comments

When compiling the LibMediaSoupClient with VisualStudio 2017 x64, i have the following errors

3>Consumer.cpp
3>webrtc-84\src\rtc_base/string_to_number.h(63): error C2220: avertissement considéré comme une erreur - aucun fichier 'object' généré
3>webrtc-84\src\rtc_base/string_to_number.h(63): warning C4003: pas assez d'arguments pour l'appel de macro de type fonction 'max'
...
Sorry for the french error messages, but it says that there is a conflict with the max macro
To avoid this I had to apply the following patch
libmediasoupclient_VisualStudio2017.zip

Please don't send zip files. Make a PR instead. Thanks

You don't have permission to push to the libmediasoupclient project. Nobody has but just authors. Fork the project and create a Pull Request.