I currently have a program that exports data to text files, these files are then sent over the network to the server. I now have to do a change to compress them.
I have been researching this on the internet for days and I feel like I am going round in circles!
Most people seem to recommend ZLib to implement compression. I have downloaded the source and tried to compile it, but I am struggling. The files are C files which I have not worked with.
I think I just need to get a bit of guidance to put me on the right track :)
For now I would like to create a small test app in VS 6.0.