Re: Need strong compression library



Where can I find this library ?
All links I found are dead :-(

Paul


"Patrick Kursawe" <patrick.kursawe@xxxxxx> schreef in bericht
news:48184e9e$1@xxxxxxxxxxxxxxxxxxxxxxxxx
Paul wrote:
I,ve been testing a lot the last 2 days and these are the test results
(total size) for the files I need to compress:

ZlibEx: 1068 kb
7Zip: 752 kB
Cab: 864 kB

Zip has the best result, but it needs a dll 7za.dll which add 278 kb.
For Cab, the dll size is 59kB and is already included in the
Windows\System directory.

Until I find something better, Cab seems the way to go ..

Maybe you should evaluate bzip2 compression - there are better
compressors, but it is in general better (though slower) than zlib and the
.dcu is only 42k.

HTH,

Patrick




.



Relevant Pages

  • Re: VS2005: "Build CAB file" - missing in action ?
    ... 2003 SE and earlier Pocket PC don't support compresses CAB. ... >> you have to pass the /compress option, and it will compress the CAB. ... > the Compress property and the NoUninstall Device Deployment property ...
    (microsoft.public.pocketpc.developer)
  • Re: cabwiz compression
    ... Pocket PC does not support compressed cabs. ... > I had cabwiz compress my cab files ... > but when I tried to install the cab file on a Pocket PC, ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: Need strong compression library
    ... for the files I need to compress: ... ZlibEx: 1068 kb ... but it needs a dll 7za.dll which add 278 kb. ... For Cab, the dll size is 59kB and is already included in the Windows\System ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Need strong compression library
    ... for the files I need to compress: ... ZlibEx: 1068 kb ... but it needs a dll 7za.dll which add 278 kb. ... For Cab, the dll size is 59kB and is already included in the Windows\System directory. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: using c++ dll in delphi app
    ... *csourcedir, char *cdestinydir); ... DWORD ul_reason_for_call, ... here is the way I call it from delphi (the dll is in the same file): ...
    (comp.lang.pascal.delphi.misc)