Results 1 to 3 of 3

Thread: Regarding initrd image in Qt

  1. #1
    Join Date
    May 2006
    Posts
    32
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows
    Thanks
    1
    Thanked 5 Times in 4 Posts

    Default Regarding initrd image in Qt

    Hello Everyone!

    Do we have any option to extract initrd kernel image using Qt on Windows.
    I tried using the GNU for win packages such as cpio, gzip and Unzip. Its working fine. But
    if i need to use the same application in other Windows machine i need to install these additional packages to it.

    Can anyone suggest me how i can do this extraction and compression of the rootfs using the Qt itself. (i mean any external Qt library / source).

    Thank to all,
    Sarode
    Regards

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

    Default Re: Regarding initrd image in Qt

    Qt is linked against zlib. So you can use zlib functions from within your application to operate on archives.

  3. #3
    Join Date
    Jan 2006
    Location
    Socorro, NM, USA
    Posts
    29
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11
    Thanked 3 Times in 3 Posts

    Default Re: Regarding initrd image in Qt

    Just curious: why would you want to extract contents of an initrd image on Windows?
    There are 10 people in the world. Those who understand binary and those who don't.

Similar Threads

  1. Finding marks on scanned image for alignment
    By caduel in forum Qt Programming
    Replies: 1
    Last Post: 23rd September 2007, 02:10
  2. Explanation to Image Formats
    By sincnarf in forum Qt Programming
    Replies: 13
    Last Post: 6th July 2007, 17:02
  3. how i can add image in my toolbar
    By jyoti in forum Qt Tools
    Replies: 7
    Last Post: 19th December 2006, 14:39
  4. How and when to repaint a widget ?
    By yellowmat in forum Newbie
    Replies: 7
    Last Post: 3rd April 2006, 16:36
  5. Question about updating an image on screen
    By SkripT in forum Qt Programming
    Replies: 1
    Last Post: 24th February 2006, 19:01

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.