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
:( :(
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
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.
thanx dudes
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)
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
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