• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

540 Erros while Compiling with MSVC 2013

darkshin

New old member
Joined
Dec 14, 2010
Messages
231
Reaction score
21
Hello guys!

I'm fascinated with OTclient project.
So, I've downloaded it and follower this tutorial: https://otland.net/threads/compilin...rce-with-microsoft-visual-studio-2013.204849/
All Include directories and libs are set right.
When I get it to build, 540 errors pouped up.
I don't have a clue what to do.
edit: This is while I compile in DEBUG mode.
In release mode, it Firstly calls to change WSASocket A to WSASocketW() <Error C4996> or enable _WINSOCK_DEPRECATED_NO_WARNINGS, then it compiles just fine with 3,43 mb. Instead of a 5,96 mb from "otclient-fcd481ee15" that I've downloaded.

Heres a print of all errors types I'm getting:
errors.png



- Are those errors a problem?
Why there's this big difference between "otclient-fcd481ee15" file and the one I've compiled?
 
Last edited:
Back
Top