wxWidgets/samples/archive
Vadim Zeitlin 6da3c3c34d Add support for using filter streams in the archive sample
Allow using wxZlib{Input,Output}Stream too, meaning that the sample can
now also work with .gz files, handling them as a degenerate (because
containing only a single file) special case of archives.

The changes here -- which should be viewed ignoring whitespace to be
actually readable -- don't modify the existing code and just add the
possibility to use a wxFilterClassFactory if there is no
wxArchiveClassFactory corresponding to the specified file extension.
2018-03-31 01:35:55 +02:00
..
archive_vc7.vcproj
archive_vc8.vcproj
archive_vc9.vcproj
archive.bkl
archive.cpp Add support for using filter streams in the archive sample 2018-03-31 01:35:55 +02:00
makefile.bcc
makefile.gcc
Makefile.in
makefile.unx
makefile.vc