Open Geenovez opened 1 year ago
Same @Geenovez did you mange to solve it ?
IDK if it's vcpkg problem, some version of zlib library problem or OTC uses wrong file name [old zstdd.lib
file name], but I've found solution.
Easiest, but not real solution:
2 real solutions:
vc14/settings.props
. There is a line zstdd.lib;
, replace it with zstd.lib;
(may require installation of zstd
)zstd.lib
file: install zstd
and rename vcpkg file zstd.lib
into zstdd.lib
(with double d
).How to install zstd
for 64-bit?
In vcpkg directory run ./vcpkg install zstd:x64-windows
Where is file zstd.lib
I need to rename?
My vcpkg is in C:\ots\vcpkg_mehah
. I opened this folder, went into installed\x64-windows\debug\lib
and copied zstd.lib
into new file with name zstdd.lib
.
I'm getting error trying to compile otclient, the error is: LNK1104 não é possível abrir o arquivo 'zstdd.lib'
Anyone knows how to solve it?