|
TGZ library for Windows
I'm writing a Windows app that needs to create a TGZ file. Upon starting it, I figured of course there'd be an open-source, native implementation of a library for this well-known format. After all, nearly every Windows unzipper on the face of the planet supports TGZ.
Well, after several hours of searching, apart from a single project that requires me to deal with their whole GNU-compatability framework, I'm stumped.
Any suggestions? I'm using MSVC and am definitely not working in a Cygwin-like environment.
|