I can never get this to compile. I always get:

Code:
 --------------------Configuration: res - Win32 Debug--------------------
Linking...
Creating library Debug/res.lib and object Debug/res.exp
LINK : warning LNK4098: defaultlib "LIBC" conflicts with use of other libs; use /NODEFAULTLIB:library
resource.obj : error LNK2001: unresolved external symbol _unzCloseCurrentFile
resource.obj : error LNK2001: unresolved external symbol _unzReadCurrentFile
resource.obj : error LNK2001: unresolved external symbol _unzOpenCurrentFilePassword
resource.obj : error LNK2001: unresolved external symbol _unzGetCurrentFileInfo
resource.obj : error LNK2001: unresolved external symbol _unzGoToNextFile
resource.obj : error LNK2001: unresolved external symbol _unzGetGlobalInfo
resource.obj : error LNK2001: unresolved external symbol _unzClose
resource.obj : error LNK2001: unresolved external symbol _unzOpen
Debug/res.dll : fatal error LNK1120: 8 unresolved externals
Error executing link.exe.

res.dll - 9 error(s), 1 warning(s)



I'm sick of screwing with this. If somebody actually got this to compile can I have all of the sourcecode?

I think I'm missing a zlib library...