Redistributable files

Glossary Item Box

Introduction

Registered users of Xceed Zip for .NET or Xceed FTP for .NET are permitted to distribute the following component assemblies along with applications they develop. Under no circumstances may any other component files be distributed. 

The assemblies built for .NET 4 contain version numbers in the format of "v#.#." (listed as such in the table below); the assemblies built for previous versions of .NET do not contain version numbers.
Assembly Description
Xceed.Zip.v#.#.dll Implements the Xceed.Zip namespace.
Xceed.FileSystem.v#.#.dll Implements the Xceed.FileSystem namespace.
Xceed.Ftp.v#.#.dll Implements the Xceed.Ftp namespace.
Xceed.Tar.v#.#.dll Implements the Xceed.Tar namespace.
Xceed.GZip.v#.#.dll Implements the Xceed.GZip namespace
Xceed.Compression.v#.#.dll Implements the Xceed.Compression namespace.
Xceed.Compression.Formats.v#.#.dll Implements the compression format classes.
Xceed.Compression.PPMd.dll

Implements the Xceed.Compression.PPMd namespace and is reserved for internal use.

The use of PPMd requires that the Visual C++ runtime be installed on the target machine. The runtime is installed automatically with Visual Studio and can also be downloaded from the Microsoft web site: http://www.microsoft.com/downloads/details.aspx?familyid=200b2fd9-ae1a-4a14-984d-389c36f85647&displaylang=en.

If this dll is intended to be used on a 64bit system, the application must be compiled using the x86 platform instead of AnyCPU. This is because the Xceed.Compression.PPMd.dll is a managed C++ dll compiled for the x86 platform. Compiling using x86 platform will force the WoW64 (Windows-on-Windows 64-bit) to be used and correctly use the PPMd dll in a 32-bit context.

For details on your rights and on distribution restrictions, please see the Xceed Software License Agreement.