PDA

View Full Version : ZIP files handling



kodiak
18th April 2008, 11:13
Hello everybody!

This is my first post in the forum, so hello everybody again.

My question is simple, is zip file handled (zipping, unzipping, adding, reading comments) in Qt?

If no, what should I use to still have portalbe code, I think about zlib, but maybe there are better.

Thanks for your answers

wysota
19th April 2008, 09:25
Qt is linked against zlib, so you can safely use its methods.

ChristianEhrlicher
21st April 2008, 06:41
Maybe http://quazip.sourceforge.net/ can help you too.

kodiak
25th April 2008, 12:43
Qt is linked against zlib, so you can safely use its methods.

Thanks for the reply,

I had to release application version with Zip files handling and had no time to learning zlib usage. I took some code based on WinAPI and do the job. But now I want go back to the problem witch zipping files and maintain my code portable.

Could you explain me HOW can I use zlib in my Qt application? I'm developing it in MS VisualStudio 2005. I would be really grateful if you give me some advise.

wysota
25th April 2008, 15:09
I never used zlib, so I can't help you. Reading the docs might be a good idea.

kodiak
28th April 2008, 14:26
Hi,

QuaZIP is realy good and sloved problem,

thank you very much indeed


Maybe http://quazip.sourceforge.net/ can help you too.