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

[Video Tutorial] Compiling OTClient Visual Studio 2017 Win10

CyberShaman21

New Member
Joined
Dec 9, 2017
Messages
52
Reaction score
4
Hi everyone. It's my new profile on otland. old (xlucha)
i make short tutorial how to compile otclient on win 10 with vs2017
Read description on YouTube under movie

edit.1
I forgot change debug to relase on movie. Must be relase!
edit.2
Code:
C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCTargets\Platforms\Win32\PlatformToolsets\v141\Toolset.targets(34,5): error MSB8036:
if u get this error you need install appropriate Windows SDK

I try compile with newest Boost_1_67 and i get error so use 1_63​
 
Last edited:
I was doing as it is shown but I still had 13 errors and 1 warning. Warning is:
Severity Code Description Project File Line Suppression State
Warning LNK4098 defaultlib 'MSVCRT' conflicts with use of other libs; use /NODEFAULTLIB:library otclient C:\Users\Admin\Desktop\Tibia\OTClient\OTClient\otclient-master\vc14\LINK 1
And the errors are like that:
Severity Code Description Project File Line Suppression State
Error LNK2019 unresolved external symbol _compress2@20 referenced in function __catch$?loadOtmm@Minimap@@QAE_NABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@@Z$0 otclient C:\Users\Admin\Desktop\Tibia\OTClient\OTClient\otclient-master\vc14\minimap.obj 1
Anyone knows the answer?
 
@Skuter, I'm getting same error as you, have you solved it?

Edit: Later I realized that you have to change from debug to relase when compiling the code, this fix the error.
 
Last edited:
i've change to release and im still getting those errors :c

nvm, i've restarted visual studio, and changed from debug to release again

it works!
 
Last edited:
Back
Top