• 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 - zlib.lib

It doesn't help, also I have installed vcpkg install zlib:x86-windows-static from github.com/OTCv8/otcv8-dev manual but I tried vcpkg install zlib:x86-windows and add additional dependencies in the linker. Project properties->configuration properties->linker->input->additional dependencies and I add the following library path example:
C:\Users\xxx\vckpg\installed\x86-windows\zlib.lib
and this same error at the end of compile (main.cpp)
 
Go to Properties > VC++ Directories > Library Directories and add lib location e.g.
C:\Projects\vcpkg\packages\zlib_x86\lib
 
Back
Top