Results 1 to 6 of 6

Thread: ZIP files handling

  1. #1
    Join Date
    Apr 2008
    Posts
    17
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    3

    Default ZIP files handling

    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

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: ZIP files handling

    Qt is linked against zlib, so you can safely use its methods.

  3. #3
    Join Date
    Jan 2006
    Location
    Bremen, Germany
    Posts
    554
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanked 86 Times in 81 Posts

    Default Re: ZIP files handling

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

  4. #4
    Join Date
    Apr 2008
    Posts
    17
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    3

    Default Re: ZIP files handling

    Quote Originally Posted by wysota View Post
    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.

  5. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,376
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Thanks
    4
    Thanked 5,019 Times in 4,795 Posts
    Wiki edits
    10

    Default Re: ZIP files handling

    I never used zlib, so I can't help you. Reading the docs might be a good idea.

  6. #6
    Join Date
    Apr 2008
    Posts
    17
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    3

    Default Re: ZIP files handling

    Hi,

    QuaZIP is realy good and sloved problem,

    thank you very much indeed

    Quote Originally Posted by ChristianEhrlicher View Post
    Maybe http://quazip.sourceforge.net/ can help you too.

Similar Threads

  1. Handling mac text format files - support?
    By bnilsson in forum Qt Programming
    Replies: 0
    Last Post: 29th March 2008, 13:10
  2. compiling problem / Qt DLL files
    By ht1 in forum Newbie
    Replies: 1
    Last Post: 5th January 2008, 18:58
  3. Replies: 5
    Last Post: 22nd September 2006, 09:04
  4. [Win32/VC++ 8.0] Strange problems with qrc_*.cpp files
    By mloskot in forum Installation and Deployment
    Replies: 6
    Last Post: 6th March 2006, 11:28
  5. Visual Studio 2003 and .vcproj files
    By mbjerkne in forum General Discussion
    Replies: 2
    Last Post: 1st February 2006, 01:51

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.