Hi All,
After looking at the zlib example projects, I was able to get the project to compile and link. I had to add
ZLIB_WINAPI
to the preprocessor definitions, and remove
Z_PREFIX
.
I also had to add
..\..\src\ports\win32\zlib1.lib
to the dependancies list.
There was one other linker problem:
IsDebuggerPresent()
in sys_win.c. I commented this out for now - can anyone comment on this call?
There are runtime errors, but at least I can get it to compile and link.