MciSendString to open zip files

How can i make it so it opens files or plays sound located inside zip files?
closed account (o3hC5Di1)
Hi there,

You'll need to use a decompression library to extract the file (to a temporary location), then play it.

Some links I found, may or not be helpful depending on what platforms you are aiming for:

http://stackoverflow.com/questions/6212419/c-c-easily-unzip-to-memory
http://www.daniweb.com/software-development/cpp/threads/89370/need-some-cc-code-to-unzip-a-zip-file#
http://quazip.sourceforge.net/
http://www.codeproject.com/Articles/3347/C-wrapper-for-Gilles-Vollant-s-Unzip-API

Hope that helps.

All the best,
NwN
Topic archived. No new replies allowed.