I'm using the InfoZIP Unzip Win32 DLL's http://www.info-zip.org/ (unzip32.dll, unzip32-static.dll) for my software, but I need to change a few lines of code, so I cannot use to binary version.

I'm trying to compile it, but I have no idea how I should do it. MS Visual C++ does not work. Does anyone know how I can compile the DLL and which compiler I have to use?

Thanks.