Welcome to Emulationworld

Forum Index | FAQ | New User | Login | Search

*View All ThreadsShow in Flat Mode*


SubjectRe: 7-Zip support Reply to this message
Posted byFirewave
Posted on09/15/04 06:55 PM



> > * support for 7zip, rar (as long as there aren't any freely available
> > decompression AND compression routines for these packers, they won't be
> > supported).
> >
> > The LZMA SDK has changed it's licence from GPL to LGPL/CPL, so it can be used
> > now, I guess.
> > I don't need it, but just for information.
> >
>
> 7zip's sourcecode (esp for compressing) is a mess of gui + core routines and not
> well documentated. All attemps of seperating it and build a compression dll
> failed afaik.

Who is speaking of the 7-Zip source code? I meant the LZMA SDK, which has a plain C and well documented source, free of any GUI or platform/compiler-dependend code.

http://www.7-zip.org/sdk.html

LZMA SDK includes:
- C++ source code of LZMA Encoder and Decoder
- C++ source code for file->file LZMA compressing and decompressing
- ANSI-C compatible source code for LZMA decompressing with example
- Compiled file->file LZMA compressing/decompressing program for Windows system

ANSI-C LZMA decompression code was ported from original C++ sources to C. Also it was simplified and optimized for code size. But it is fully compatible with LZMA from 7-Zip.

-
Entire Thread
Subject  Posted byPosted On
*7-Zip support  Firewave09/15/04 08:33 AM
.*Re: 7-Zip support  Roman09/15/04 08:37 AM
...Re: 7-Zip support  Firewave09/15/04 06:55 PM
...*Re: 7-Zip support  Roman09/15/04 07:40 PM
....*Re: 7-Zip support  Firewave09/17/04 01:18 PM