Posted on 2008-03-26 18:31:03-07 by dpramanik
Uncompress returns -3
I'm able to successfully read the file list in zip files but when trying to uncompress the file it returns -3. unsigned long actualLen = uncompressedSize; BYTE *pActualData = NULL; pActualData = (BYTE*)malloc(uncompressedSize); int i = uncompress(pActualData,&actualLen,FileData,compressedSize); it return -3. Interally the error is returned from inflate method.
Direct Responses: 7472 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.