Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Best way to pack and unpack RAR archives using Qt?

Best way to pack and unpack RAR archives using Qt?

Scheduled Pinned Locked Moved Unsolved General and Desktop
qt 5.7.0rar
5 Posts 3 Posters 2.9k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Q Offline
    Q Offline
    qDebug
    wrote on last edited by
    #1

    Hi guys!

    I was searching the web for information about RAR archives and what may the best way to work with RAR archives using Qt. The information about Qt and RAR i found so far is mostly years old and may be outdated. I use Qt 5.7.0 at the moment on Win and MSVC.

    Found a good solution for ZIP but nothing for RAR so far. Any ideas?

    Thanks!

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      KArchive might of interest.

      Hope it helps

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      Q 1 Reply Last reply
      0
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by
        #3

        Hi! Maybe just run an external program, e.g. "7-zip", with QProcess.

        1 Reply Last reply
        0
        • SGaistS SGaist

          Hi,

          KArchive might of interest.

          Hope it helps

          Q Offline
          Q Offline
          qDebug
          wrote on last edited by qDebug
          #4

          @SGaist said in Best way to pack and unpack RAR archives using Qt?:

          Hi,

          KArchive might of interest.

          Hope it helps

          KArchive can pack and unpack RAR archives? Can't find any reference in the doc.

          I try to integrate the free unrar code in my Qt project so i at least can unpack RAR archives platform independent without calling an external program.

          1 Reply Last reply
          0
          • SGaistS Offline
            SGaistS Offline
            SGaist
            Lifetime Qt Champion
            wrote on last edited by
            #5

            My bad, I've misread, it looks like it's the Ark application that supports that.

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved