Hi all, I'm in need of a way to decompress .gz files that will be downloaded from the NCDC. These Files contain weather information that will be used for some analysis work. My problem is I have a vb6 application and would like to be able to decompress these gzip files. I've done some research and found very limited free alternative. I've only found zlib and infozip, not sure if infozip can work with gzip files but there aren't many documentations on how to use either. Has anyone done anything similar to this? Implementing gzip in a vb6 application. Any help would be greatly appreciated.
Thanks