I'm developing a C++ application using Qt 4 as the primary library. I have a large block of data in a memory stream and I need to zip it prior to sending it via a socket to a Windows client application.
Qt doesn't have support for zip, so I'm wondering how to go about doing this - any suggestions? Thanks Tom Munro Glass
