Zip in own application

Started by
1 comment, last by GameDev.net 24 years, 6 months ago
If you are using Windows, I think the company that makes WinZip has some .DLL's you can download to do this sort of stuff.

Jim

Advertisement
Hi,

I want to save a few files (on directory of it) in a zip file and extract it afterwards.
What I need is a:
ZipToFolder
and a
FolderToZip
function. Can anyone please help me?

Dream.Design@Planet-Interkom.de

You can find a freeware zip library at http://www.cdrom.com/pub/infozip. I think WinZip uses infozip, but am not sure. The Infozip library is really hard to use however, I recommend using ZLib, which is at http://www.cdrom.com/pub/infozip/zlib. ZLib is much easier to work with. My game w/ source uses it.
http://members.xoom.com/mutex0/defyengine

This topic is closed to new replies.

Advertisement