Results 1 to 6 of 6

Thread: File Compression / Decompression

  1. #1

    File Compression / Decompression

    Can anyone recommend any components that I can use to uncompress patch files that are automatically downloaded via ftp? I thought about just distributing PKUNZIP with the application, and just shell it?
    http://www.c5software.co.uk (site is being developed at the moment)

  2. #2

    File Compression / Decompression

    When I made an auto-updater/patcher, I just decided to use the unzip dlls, they work fine and it's good enough for an updater/patcher.
    -Sander

  3. #3

    File Compression / Decompression

    Quote Originally Posted by Shadowcore
    When I made an auto-updater/patcher, I just decided to use the unzip dlls, they work fine and it's good enough for an updater/patcher.
    Any chance of a link to the DLLs?
    http://www.c5software.co.uk (site is being developed at the moment)

  4. #4

    File Compression / Decompression

    I think they're on www.cdrom.com(but that's just the dlls), but I am very sure you can find at least three good dlls with delphi headers and sample code included on torry's delphi pages. Here, this is the one I used http://www.torry.net/vcl/compress/std/zunz.zip

    But there are others out there, if you just want the dlls themselves, do a search for Info-zip dlls on google, although they may just be in that file I just mentioned, not sure..
    -Sander

  5. #5

    File Compression / Decompression

    Quote Originally Posted by Shadowcore
    I think they're on www.cdrom.com(but that's just the dlls), but I am very sure you can find at least three good dlls with delphi headers and sample code included on torry's delphi pages. Here, this is the one I used http://www.torry.net/vcl/compress/std/zunz.zip

    But there are others out there, if you just want the dlls themselves, do a search for Info-zip dlls on google, although they may just be in that file I just mentioned, not sure..
    Thanks I ended up using ZipMaster, it contains the zip and unzip DLL and a VCL wrapper. Very simple to use! Just need to mod my auto patch now!
    http://www.c5software.co.uk (site is being developed at the moment)

  6. #6

    File Compression / Decompression

    My personal favorite, though it's not free, is VCLzip.
    Absolutely native, no DLLs required or anything.
    My DGDev forum pascal syntax highlight settings:
    <br />[background=#FFFFFF][comment=#8080FF][normal=#000080]
    <br />[number=#C00000][reserved=#000000][string=#00C000]

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
  •