I download Sharpziplib, but i'm unable to install it for C#. I didn't find the DLL. I'm lost with this Library and visualStudio, the sharpziplib contains just batchfile and source.
Anyone can help me to install it ?
Simply extract the zip-file and open the SharpZipAll.sln in you VisualStudio. Build The ICSharpCode.SharpZLib Project and you find the Dll in the Bin-Folder. Now you can add this Dll as a reference in your project and use it.
Here you find sample how: