Thread

Posted on Wed Mar 26 20:31:03 2008 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
Posted on Wed Mar 26 22:40:25 2008 by pmarquess in response to 7470
Re: Uncompress returns -3
I don't see what this has to do with Compress::Zlib. Can you post more details please?

Paul
Write a response