=========================================
Delphi InterProcess Communication Library
=========================================

Copyright (C) 2002 - 2004 by Peter Sippel Datentechnik, Germany

The AIPC Library enables your Applications to work together as one. Write IPC Server to offer specific functionalities to your clients, to show progress information of your clients' processing or exchange any other Information between your applications.

=====================================
| The AIPC Library is Shareware.    |
|                                   |
| To register, go to www.psdnet.com |
=====================================



============
Installation
============

Licenced version
----------------

1. Extract the zip file to any folder, with full folder information

2. Load the package and install it

3. Add the component path to the library path in your global library pathlist (Menu Tools/Environment Options)


Evaluation version for Delphi
-----------------------------

1. Extract the zip file to any folder, with full folder information
   => You will find seperate folders for each supported version

2. Copy or move the AIPCdx.bpl and AIPCdx.dcp (x=version) to a registered path: Delphi/Projects/BPL or your system path.

3. Add the path AIPC/Library/Dx (x=version) to your global library pathlist (Menu Tools/Environment Options)

4. Install the package


Evaluation version for C++ Builder
----------------------------------

1. Extract the zip file to any folder, with full folder information
   => You will find seperate folders for each supported version

2. Copy or move the AIPCCx.bpl (x=version) to a registered path: CBuilder/Projects/BPL or your system path.

3. Add the path AIPC/Library/CPPx (x=version) to your global library pathlist (Menu Tools/Environment Options) and to the search paths

4. Install the package


====================
Tutorial Application
====================

1. Load the ProjectGroup

2. Compile the exe files

3. Run the programs from the explorer

4. Play around with 'em

===================
Warranty Disclaimer
===================

  THIS SOFTWARE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND. TO THE MAXIMUM
  EXTENT PERMITTED BY APPLICABLE LAW, psd FURTHER DISCLAIMS ALL 
  WARRANTIES, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES 
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NONINFRINGEMENT. THE 
  ENTIRE RISK ARISING OUT OF THE USE OR PERFORMANCE OF THE PRODUCT AND 
  DOCUMENTATION REMAINS WITH RECIPIENT. TO THE MAXIMUM EXTENT PERMITTED BY 
  APPLICABLE LAW, IN NO EVENT SHALL psd BE LIABLE FOR ANY 
  CONSEQUENTIAL, INCIDENTAL, DIRECT, INDIRECT, SPECIAL, PUNITIVE, OR OTHER 
  DAMAGES WHATSOEVER (INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF
  BUSINESS PROFITS, BUSINESS INTERRUPTION, LOSS OF BUSINESS INFORMATION, OR
  OTHER PECUNIARY LOSS) ARISING OUT OF THIS AGREEMENT OR THE USE OF OR
  INABILITY TO USE THE PRODUCT, EVEN IF psd HAS BEEN ADVISED OF THE
  POSSIBILITY OF SUCH DAMAGES.




