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

OTC Client Visual Studio 2022 compile error

SnakeFist

New Member
Joined
Apr 18, 2024
Messages
9
Reaction score
0
GitHub
jnibali
Hi I have been unable to compile the OTC client in Visual studio. I encounter a error in the "crpyt.cpp" file relating to openssl
1713404550580.png

I have then attempted to install openssl through the vcpkg installer, but I encounter another error their as well
1713404772951.png

Any help would be appreciated
 
  1. 64x:
    ./vcpkg --triplet x64-windows install boost-asio boost-filesystem boost-iostreams boost-lockfree boost-system boost-variant cryptopp curl jsoncpp parallel-hashmap protobuf libmariadb luajit mpir pugixml spdlog fmt magic-enum mio abseil argon2 libxml2 eventpp bext-di



  2. 32x:
    ./vcpkg install boost-asio boost-filesystem boost-iostreams boost-lockfree boost-system boost-variant cryptopp curl jsoncpp parallel-hashmap protobuf libmariadb luajit mpir pugixml spdlog fmt magic-enum mio abseil argon2 libxml2 eventpp bext-di



  3. 6-
    ./vcpkg integrate install
 
Back
Top