• 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 (OTCLIENT) Cannot open include file: 'boost/thread/future.hpp

Grizarly

New Member
Joined
Nov 12, 2017
Messages
59
Reaction score
0
i folloed @dominique120 tutorial for compiling otclient using msvc 2017 and this are the results

yaJUulp.png
 
should i use msvc 2015 , i have 2017

in linker i should link lib64, or lib only folders?


edit
:followed it and still errors
Compile as 32 bit, when i compiled as 64 bit i got over 1k warnings but no errors.
If you get errors check the user variables and make sure the sdk & boost are pointing to the right directories, see below.systemvar.png
 
If you are still struggling with 0xc000007b error make sure you installed Visual C++ Redistributable for Visual Studio 2015.

Edit: then 2017 version, the one you compiled it with.
 
Last edited:
You are using these files right? Make sure you only link the boost thats in these files and not any other boost files.

otclient-sdk-master.rar

Also if you are compiling for x64 you link only the x64 libs. Otherwise, only link the normal libs.
 
Last edited:
Back
Top