Announcement

Collapse
No announcement yet.

Brauche Zip-File entpack und pack Routinen

Collapse
X
  • Filter
  • Time
  • Show
Clear All
new posts

  • Brauche Zip-File entpack und pack Routinen

    Ich möchte gerne den Inhalt eines Zip-Files rausholen und ein einen neuen Zip-File entstehen lassen bzw. in den alten Zip-File reinschreiben können.

    Wie mache ich das und wo bekomme ich die Routinen her.

    Ich will es im Borland CBuilder 4.0 machen.

    Thomas

  • #2
    <html>

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
    <meta name="GENERATOR" content="Microsoft FrontPage 4.0">
    <meta name="ProgId" content="FrontPage.Editor.Document">
    <title>Neue Seite 1</title>
    </head>

    <body>

    <p>Zu WinZip ( <a href="http://www.winzip.de">www.winzip.de</a> ) gibt es eine
    Kommandozeilenerweiterung, mit der man so einiges machen kann. Dann hab ich mal
    irgendwo eine ZLIB heruntergeladen, finde die Adresse aber nicht mehr. Hier die
    ReadMe-Datei, ein paar Links hab ich ausprobiert - aber ohne Erfolg.</p>
    <p>zlib 1.0.4 is a general purpose data compression library. All the code<br>
    is reentrant (thread safe). The data format used by the zlib library<br>
    is described by RFCs (Request for Comments) 1950 to 1952 in the files&nbsp;<br>
    ftp://ds.internic.net/rfc/rfc1950.txt (zlib format), rfc1951.txt (deflate<br>
    format) and rfc1952.txt (gzip format). These documents are also available in<br>
    other formats from ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.html<br>
    <br>
    All functions of the compression library are documented in the file<br>
    zlib.h. A usage example of the library is given in the file example.c<br>
    which also tests that the library is working correctly. Another<br>
    example is given in the file minigzip.c. The compression library itself<br>
    is composed of all source files except example.c and minigzip.c.<br>
    <br>
    To compile all files and run the test program, follow the instructions<br>
    given at the top of Makefile. In short "make test; make install"<br>
    should work for most machines. For MSDOS, use one of the special<br>
    makefiles such as Makefile.msc; for VMS, use Make_vms.com or descrip.mms.<br>
    <br>
    Questions about zlib should be sent to &lt;[email protected]> or,<br>
    if this fails, to the addresses given below in the Copyright section.<br>
    The zlib home page is http://quest.jpl.nasa.gov/zlib/<br>
    <br>
    The changes made in version 1.0.4 are documented in the file ChangeLog.<br>
    The main changes since 1.0.3 are:<br>
    <br>
    - In very rare conditions, deflate(s, Z_FINISH) could fail to produce an EOF<br>
    bit, so the decompressor could decompress all the correct data but went<br>
    on to attempt decompressing extra garbage data. This affected minigzip too.<br>
    - zlibVersion and gzerror return const char* (needed for DLL)<br>
    - port to RISCOS (no fdopen, no multiple dots, no unlink, no fileno)<br>
    <br>
    <br>
    A Perl interface to zlib written by Paul Marquess &lt;[email protected]><br>
    is in the CPAN (Comprehensive Perl Archive Network) sites, such as:<br>
    ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Compress/Compress-Zlib*<br>
    <br>
    <br>
    Notes for some targets:<br>
    <br>
    - For Turbo C the small model is supported only with reduced performance to<br>
    avoid any far allocation; it was tested with -DMAX_WBITS=11 -DMAX_MEM_LEVEL=3<br>
    <br>
    - For 64-bit Iris, deflate.c must be compiled without any optimization.<br>
    With -O, one libpng test fails. The test works in 32 bit mode (with<br>
    the -32 compiler flag). The compiler bug has been reported to SGI.<br>
    <br>
    - zlib doesn't work with gcc 2.6.3 on a DEC 3000/300LX under OSF/1 2.1&nbsp;<br>
    it works when compiled with cc.<br>
    <br>
    - zlib doesn't work on HP-UX 9.05 with one cc compiler (the one not<br>
    accepting the -O option). It works with the other cc compiler.<br>
    <br>
    - To build a Windows DLL version, include in a DLL project zlib.def, zlib.rc<br>
    and all .c files except example.c and minigzip.c; compile with -DZLIB_DLL<br>
    For help on building a zlib DLL, contact Alessandro Iacopetti<br>
    &lt;[email protected]> http://lisa.unial.it/iaco ,<br>
    or contact Brad Clarke &lt;[email protected]>.<br>
    <br>
    - gzdopen is not supported on RISCOS<br>
    <br>
    <br>
    Acknowledgments:<br>
    <br>
    The deflate format used by zlib was defined by Phil Katz. The deflate<br>
    and zlib specifications were w
    Günther

    Comment


    • #3
      Die funktioniert: ftp://ftp.uu.net/graphics/png/documents/zlib/zdoc-index.htm
      Günther

      Comment

      Working...
      X