User forums > General (but related to Code::Blocks)

unzipping files

(1/2) > >>

Matreju:
Which libraries are needed for unzipping files on windows with mingw ? I have found zlib and compiled. But it seems to be for gzip files. Not for zip. Or do i make mistakes ?

ironhead:
There are many programs that will extract gzipped files, including winzip, 7-zip and many others.  If you are looking for a command line utility you could try gunzip.

Matreju:
No..I dont search a command line utility. I need it for developing in C/C++. A library or something.

Automatic opening and searching zipped datafiles. Extracting the files if data in file hits. A kind of fast precollecor in a processchain.

killerbot:
maybe wxWidgets has api functions for this :
wxZipInputStream/wxZipOutputStream (check out the docs at www.wxwidgets.org)

Matreju:
I see . My question seemed no to be stupid. Its an server application. Didnt i have an big overhead wenn i link against wxwidget ? But i will try this way.

Navigation

[0] Message Index

[#] Next page

Go to full version