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

OTClient Compilation failure

Alucar

New Member
Joined
Nov 18, 2011
Messages
13
Reaction score
2
Hello! I'm trying to compile Edubart OTCV8 Sources on MSVS 2019, however, I get these error messages.

C++:
Error    C2661    'boost::asio::detail::buffer_sequence_adapter_base::init_native_buffer': no overloaded function takes 1 arguments (compiling source file ..\src\framework\net\connection.cpp)    otclient    C:\VCPKG\vcpkg\installed\x64-windows\include\boost\asio\detail\buffer_sequence_adapter.hpp    470
   
Error    C2440    '<function-style-cast>': cannot convert from 'const boost::asio::const_buffers_1' to 'Buffer'    otclient    C:\VCPKG\vcpkg\installed\x64-windows\include\boost\asio\detail\buffer_sequence_adapter.hpp    470

error.png
 
Back
Top