News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

About Compression!

Started by emre_tinaztepe, November 15, 2007, 05:27:37 PM

Previous topic - Next topic

emre_tinaztepe

Hi guys,
I wonder if anyone knows how to use Compresion apis? Which already exists in Windows NT and upper vers.?
Or of course another methos for writing a compressor!

gabor

Hi!

Try looking around on the forum, I know there are some topics on compression (RLE and LZW).

Greets, Gábor

Shell

Don't forget "Patented Jibz technology" - aPLib (examples included in the masm32 package). Also, search for briefLZ. Jibz was very kind to translate it to MASM for us  :dance:

On the topic of "Which already exists in Windows NT and upper vers.?" AFAIK, Compressed Cabinet File Format has been built into Windows Ver 4+. Try looking at msdn for that. WinME+ natively supports .ZIP format as well but I haven't looked into that much  :red

Lastly Jeremey Collake has released his Algorithm 1 a.k.a JCALG1 compression lib to the public domain - hurray  :dance:

MichaelW

eschew obfuscation