Samples of EACompression SDK


All the samples locate at "installation path\samples".

zip.vb Compress and decompress zip file with Visual Basic.NET.
zip.csharp Compress and decompress zip file with CSharp.
zip.vc Compress and decompress zip file with managed c++.

Project Version

All the samples are built with Visual Studio 2003. If you use different (older) version of Visual Studio, those projects may not be openned properly. In this case, you need to create a new project in Visual Studio and copy the codes in the sample. For example, if you can't open zip.vb project, create a new project, then copy form1.vb to overwrite the form1.vb in your project. Re-open your project, and finally add the reference of EAGetMail.dll to your project.