UNZDLL.DLL
-
Does anyone know anything about the UNZDLL.DLL? I am trying to find a way to extract archived .zip, .tgz, .tar files from within my application. There are dozens of commercial tools for this, all at a reasonable price (I guess). I just want to make sure that I'm not missing something obvious / easy before I go buying something. I also found some MFC source that wraps the UNZDLL.DLL exported functions. Thanks, Dave
-
Does anyone know anything about the UNZDLL.DLL? I am trying to find a way to extract archived .zip, .tgz, .tar files from within my application. There are dozens of commercial tools for this, all at a reasonable price (I guess). I just want to make sure that I'm not missing something obvious / easy before I go buying something. I also found some MFC source that wraps the UNZDLL.DLL exported functions. Thanks, Dave
There is a a good article here on CP. http://www.codeproject.com/cpp/zip.asp[^] You can use this set of classes to do the job for you. Regards, Brian Dela :-)