ZSTP Sockets Library (zstplib)
Version 1.0.0 - BETA QUALITY
Date: 10:57 6/7/2008 (DMY)
*****************************************************************************
PLEASE REFER TO THE PROJECT WEBSITE FOR UP-TO-DATE INFORMATION:
http://sf.net/projects/zstp/
*****************************************************************************
Copyright acknowledgements:
* The ZSTP Sockets Library includes, in it's sources, the sources of the bzip2
library (http://sources.redhat.com/bzip2) version 1.02.
The BZIP2 Library sources are Copyright (C) 1996-2002 Julian R Seward.
All rights reserved. For details about the BZIP2 license, check the
full Copyright notice at the file "bzip2.h" or visit the bzip2 website.
----------------
Release contents
----------------
NOTE: The zstplib API documentation is generated thanks to Doxygen
(http://www.stack.nl/~dimitri/doxygen/), and is available as a
separate download ("zstplib-api-documentation" package).
You can get it at << http://sf.net/projects/zstp >>.
zstplib/ - The library souce code, headers and project files.
zstplib/include/ - This is the directory which contains the include files
(*.h) of zstplib. You will need to somehow inform this
directory, as an "additional include directory", to your
compiler so that you can compile your app.
bin/ - This directory is created when binaries are produced from the
project files (.lib files). You will need to direct your linker
to this directory as "Additional library directories" (or the like)
Unless you plan to compile zstplib on your own and/or move the
generated .lib files somewhere else.
doc/ - This directory should be created to contain the documentation.
You can download the documentation package from:
http://sf.net/projects/zstp
...or you can generate it yourself with Doxygen version 1.5.2
or later.
Obj/ - This is a temporary directory created by the MSVC project
files to receive intermediate files. you can always delete it.