News:

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

A question about Zip files

Started by Beshr, August 23, 2006, 07:08:47 AM

Previous topic - Next topic

Beshr

hello all!
i just was wondering if there is any way that i can create a zip file or Rar or arj (any kind of compressed files) in masm32 Code.

I mean is there a code for that!!

thx all

:( :(

Draakie

Howdy Beshr,

Not code that I saw lying around - but how about starting your'e project off
by having a look at http://www.wotsit.org/search.asp?s=archive. Looks like
this might steer you in the right direction.

Hope it helps
Draakie's hubby  :U
Does this code make me look bloated ? (wink)

sluggy

Rather than reinventing the wheel, you could just use the command line functionality of the already existing compression utilities like WinRAR and WinZip. As an exmaple, see this website: http://www.winzip.com/prodpagecl.htm.



P1

Beshr,

Welcome Aboard !!!    :U

Please read forum rules.

Make good use or tutorials and help files.

Google is friend for finding answers the quickest way.

Please don't cross post topic across sub-forums.

Regards,  P1  :8)


Eddy

If you don't mind using a dll, you can use zlib.dll . ( http://www.zlib.net/ ).
Following thread has a file 'PNGExample.zip' that uses zlib.dll :
http://www.masm32.com/board/index.php?topic=4266.0

Or here:
http://www.masm32.com/board/index.php?topic=3803.0

Here's another one with 'unzip32.dll':
http://www.masm32.com/board/index.php?topic=4687.0

Or you can search for 'zlib' yourself ... :wink

Kind regards
Eddy
www.devotechs.com
HIME - Huge Integer Math and Encryption library

Eddy
www.devotechs.com -- HIME : Huge Integer Math and Encryption library--

ToutEnMasm

Hello,
There is a search box on the top of this site.
Type ZIP and you find further samples of code for using winzip.
                                        ToutEnMasm

error it's                         zip
http://www.masm32.com/board/index.php?topic=4687.msg34913#msg34913