Archive: MSVC60P.DLL needed to use ZipDLL?


MSVC60P.DLL needed to use ZipDLL?
Well, our installer is pretty much ready to go, but some of my users are getting error messages about not finding MSVCP60.DLL when the extraction should happen.
(on a win2k box):
http://www.4u-servers.co.uk/~striker/hmmm.jpg

This happens right after the download is finished, and the call to extractall is made.

depends.exe shows that zipdll.dll imports msvc60p.dll

Is there any way around this? I can't expect our users to have this library installed, and would rather not ship it with the installer.


Okay, so I was being an idiot. Recompiling ZipDLL.dll and changing from MultiTrheaded DLL->MultiThreaded fixes the problem (at a cost of 82kb to the .dll)
Still It'd be nice if both were included in the .zip, since some people may not be using MSVC for their projects, and lots of people won't have the library on their systems.


I've published a new version which no longer requires msvc60p.dll (however ZipDLL.dll is a little bit larger now)
The new version is - as always - available in the NSIS Archive.


Thanks! Much appreciated!