Ops, sorry, didn't read you have already found it :(
Main Topics
Browse All TopicsHi Experts!
I'm looking for an easy way to gzip files (and un-gzip them) in VB6. I'd rather not spend alot of money, so the professional compression libraries (dynazip, etc) are out of question, as the project is freeware.
Two things I have found:
- I found a "version" of the zlib which looked like it might work (zlibwapi.dll), but it seems to die completely whenever I try to gzip/ungzip files... or maybe I'm doing it incorrectly :). I can gzip/ungzip data blocks, but I'd need someone to help me write/read the .gz file headers.
- I also found the OCX from RSP Software, however, I can't seem to reach their website anywhere so I don't know if I can actually buy a version ($50 would be ok).
Anyone? I'm sure there must be wrappers out there for the zlib.dll?
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Look here : http://www.miraplacid.com/
There is a "Miraplacid Scripting Components Gzip (MSCGzip) 2.0" ActiveX component, which costs $31.95. There is alsp a trial/demo
I'd have no problems with the RSP program, I just can't seem to find a homepage or e-mail-address for the owner/programmer that still works so I'm not sure that I'd get a key if I ordered it.... You never know if the "shopping-cart" generates the key or if the programmer has to do it himself ;-).
The Miraplacid-object looks exactly like what I could use, thanks -- I'll check it out!
I looked for a free solution for this also, it took me 2 days but I finally found this free solution:
http://www.egghea
I don't have any spaces in my file location strings and with none, the example below works om VB6. In the link above there is an example for using multiple quotes to call stings with spaces in the file location string (i.e. C:\Program Files\Your Program.exe).
7-Zip will unzip the GZ tarred files for you and it seems to work, called from the shell routine of VB6 aka Visual Basic Classic aka Classic Visual Basic (to help others search out this scarcely documented technique).
Download free 7-Zip:
http://www.7-zip.org
I looked for a free solution for this also, it took me 2 days but I finally found this free solution:
http://www.egghea
I don't have any spaces in my file location strings and with none, the example below works om VB6. In the link above there is an example for using multiple quotes to call stings with spaces in the file location string (i.e. C:\Program Files\Your Program.exe).
7-Zip will unzip the GZ tarred files for you and it seems to work, called from the shell routine of VB6 aka Visual Basic Classic aka Classic Visual Basic (to help others search out this scarcely documented technique).
Download free 7-Zip:
http://www.7-zip.org
Business Accounts
Answer for Membership
by: tkalchevPosted on 2005-06-22 at 07:33:01ID: 14275544
http://www.criticalfiles.c om/free/gz ip-activex /