I\'ve been trying to compile an application which utilizes zlib compression in VC++ 2010.
I get the
error LNK2019: unresolved external symbol _infla
in my case, install zlib-vc140-static-64 (v1.2.11) or zlib_native (v1.2.11) using NuGet within vs2017.
zlib-vc140-static-64
zlib_native