You are not logged in right now
Home » Game Maker DLLs » Archiver
Archiver

The goal of this DLL is to combine multiple compressors into one DLL.

This is only the first version so it only supports .gz .bz and .zip for now.

The user is responsible to give credit and use the licenses of zlib (http://www.zlib.net/) and libbzip2 (http://www.bzip.org).

The functionality per format:

GZIP:
Threaded
Compress/Decompress
Get percentage completed
Get speed in bytes-per-second
Get size completed
Get elapsed time

BZIP:
Threaded
Compress/Decompress
Get percentage completed
Get speed in bytes-per-second
Get size completed
Get elapsed time

ZIP:
Threaded
Decompress
Get list of files in ZIP file
Get compressed/uncompressed size of found file
Get CRC32 of found file
Get comment of ZIP file
Get percentage completed
Get speed in bytes-per-second
Get size completed
Get elapsed time

Game Maker Forum Topic
License:
This DLL is free to use in your application.
If you'd like to donate you can use this button:


Download:
Download "archiver.zip" (581 downloads)
Download "archiver.rar" (244 downloads)

Note! The download URLs stay valid for only one hour.
If you want to link to a download, link to this page.
Other DLLs: Max WinAPI 2 - Max WinAPI - Super Video Play - Download Manager - Ping DLL - Flash Creation DLL - Bit DLL - gmFTP - Process Viewer - CPU Usage DLL - Avi Extract - Data File DLL - Archiver - QuikFind - WinSock - GZip DLL - ColorScan - gmID3
Post comment
Name: E-mail:
Location: Homepage:
Message:
Repeat code:
Page
Page 1 of 1 ...
Message
John26-09-2008 18:33
can you only compress one file?

Cant you compress 2 or 3 into 1?


thanks
John
EarthQuote
Message
Cpsgames | Homepage01-04-2008 05:08
This is pretty neat :P
Quote
Message
Daniel Sonck01-09-2007 14:09
Really Cool
I'm using it currently for my own installation programs
The NetherlandsQuote