should i use msvc 2015 , i have 2017
Compile as 32 bit, when i compiled as 64 bit i got over 1k warnings but no errors.should i use msvc 2015 , i have 2017
in linker i should link lib64, or lib only folders?
edit:followed it and still errors

okay what about , the 0xc0007b error when i click on otclient iconCompile 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.View attachment 31187
STATUS_INVALID_IMAGE_FORMAT
using msvc 2017If you are still struggling with 0xc000007b error make sure you installed Visual C++ Redistributable for Visual Studio 2015.
stillYou 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.