Re: Need strong compression library
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: Cab file problem
... Can you check if you have any dependencies in your project pointing to full framework dlls instead of the Compact Framework versions? ... It has been working successfully for months, and usually creates a CAB of around 2MB in size. ... Whan I looked at the detected dependencies list, it contains alot more files than it used to - including System .dll files that weren't there before and after I install it I get type load errors at runtime that suggests to me that files on the device are being overwritten when they shouldn't be. ... (microsoft.public.dotnet.framework.compactframework) - Re: DHTML apps and Cab file
... I was long in as admin on the work station when I was test it. ... > One of the causes that the dll is not registering correctly when it ... >> CAB so it doesn't have to go to Microsoft Site. ... >> have the CAB with digital signature before it acctually install. ... (microsoft.public.vb.6.webdevelopment) - new questions about com control
... I've created the dll as a Windows Control Library project with VS 2003. ... Is a Smart Device Cab project a good way to create the CAB file? ... I've tried to create a .Net 2.0 Smart Device CAB project with the dll. ... (microsoft.public.dotnet.framework.compactframework) - Re: Custom Uninstall Question
... The CAB configuration file has a parameter for the custom setup dll file. ... The CAB file is copied and executed on the device itself so your custom DLL ... >>> settings that get created post installation. ... (microsoft.public.pocketpc.developer) - RE: DHTML apps and Cab file
... One of the causes that the dll is not registering correctly when it finishes ... > CAB so it doesn't have to go to Microsoft Site. ... > like it download and install it. ... > have the CAB with digital signature before it acctually install. ... (microsoft.public.vb.6.webdevelopment) |
|