Click here to Skip to main content
16,015,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
LiteZip.h LiteZip.cpp LiteUnzip.h LiteUnzip.cpp

These are very usefully to me. but i have one problem.

It is Compress Level.

I think... Your Zip Source Support Level between 1 to 8. but I need Level 0. Just Store.

So, i tried edit your source in Litezip.cpp.

ZRESULT TZip::ideflate(TZipFileInfo *zfi)

{

state->param=this; state->level=8; state->seekable=iseekable; state->err=NULL;

}



Level 8 is max level. I tried to change level from 8 to 0.

but not working.



i want to just store to zip file. not compress.



Please Help Me.



I will waitting your response.



Thank you very much.
Posted

1 solution

It looks like you want to ask this question to an author related to his/her article.
I would suggest you to please use the forum present at the end of the article in order to reach author and get quick response. Rarely you will find authors reading this forum.
Please post the same at the article's message forum.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900