[ros-bugs] [Bug 3892] support for compressed (zipped) folders

ReactOS.Bugzilla at www.reactos.org ReactOS.Bugzilla at www.reactos.org
Thu Nov 20 11:31:40 CET 2008


http://www.reactos.org/bugzilla/show_bug.cgi?id=3892


Ged <gedmurphy at reactos.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gedmurphy at reactos.org




--- Comment #2 from Ged <gedmurphy at reactos.org>  2008-11-20 11:31:40 CET ---
zip functionality is stored in zipfldr.dll which is a COM library.
In Windows, althuogh there are ways to use the COM interface for unzipping
files, zipping is somewhat harder. I suspect this is hidden as the zip
decompression algorithm used by MS is actually patented and they licence it
from elsewhere.

I've already looked at using alternatives to this for us, and I have a copy of
the lmza.dll library used by 7zip building on my local machine (with VS)
This too is a COM library, and could be adopted as our zipfldr.dll. Also, with
an extension to the COM interface for .zip MS uses, we could also have native
support for .7z, .tar, .iso, .rar, etc.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the Ros-bugs mailing list