I find myself needing to unzip files from my code but would like to do it without 3rd party Dll's (or if I must use a DLL would like to stick with zLib.dll if I could find a wrapper that matches the functions in the dll)
So far the examples I have found have functions that do not exist in the dlls that I have found. So I wondered if anyone had a matching pair or functions to zip and unzip without extra dll's???
So far the examples I have found have functions that do not exist in the dlls that I have found. So I wondered if anyone had a matching pair or functions to zip and unzip without extra dll's???
Comment