I had to download it from the main site, but then I got a .tar instead. Could not find the website you just linked anywhere until now.
So, I followed the directions from the site, and produced both zlibwapi.dll from debug and release. I first used the release, in the debug for my project. I linked it in input with zlibwapi.lib. When I run the program, however, I'm getting the following error:
Error 1 error LNK1104: cannot open file 'zlibwapi.lib'
I still get the same error with a zlibwapi.lib from debug. (Currently, compiling under debug mode)
What am I missing?