• 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!

Compiling Error with Boost

lord5

New Member
Joined
Oct 5, 2010
Messages
175
Reaction score
1
Im using MSVC 12. Can somebody help me how to fix that ?
Code:
1>------ Rebuild All started: Project: tfs, Configuration: Release x64 ------
1> otpch.cpp
1>C:\Open-Tibia\VC\boost/asio/detail/socket_types.hpp(31): fatal error C1083: Cannot open include file: 'winsock2.h': No such file or directory
========== Rebuild All: 0 succeeded, 1 failed, 0 skipped ==========)

- - - Updated - - -

BUMP BUMP BUMP
 
Last edited:
There no error with boost mate, it is saying that the header "winsock2.h" doesnt exist on your library, you should checkout that, also you should say what distro you are compiling and where you get the sources or people will never help you
 
Back
Top