1) Install NASM from http://www.nasm.us/
2) Add NASM to your path by opening Visual Studio Command prompt and execute
Code: Select all
path = %PATH%;<path_to_nasm_install_dir>
3.1) Change every line stating
Code: Select all
InheritedPropertySheets="C:\Program Files (x86)\Microsoft Visual Studio 9.0\VC\VCProjectDefaults\UpgradeFromVC70.vsprops"
Code: Select all
InheritedPropertySheets="UpgradeFromVC70.vsprops"
4.1) Open Properties for zlibstat project.
4.2) Browse to Configuration Properties->C/C++->Preprocesor and in the preprocesor defines remove ZLIB_WINAPI
This way I got it to compile under Visual Studio 2008.
Best regards