The IPC Server & Client
===========
Version 1.0.0 
Last update: May-11-2000
Author: Bill Nemmers Denver, Colorado USA
  E-Mail: billnemmers@csi.com


CONTENTS
========
1. INTRODUCTION
2. INSTALLATION
3. USING
4. TERMS AND CONDITIONS
5. COMPONENTS

1.INTRODUCTION
==============

IPC components are designed to allow InterProcess Communications 
using a C/S setup.


I would greatly appreciate any comments, suggestions or bug reports. Sent it 
to: 
 billnemmers@csi.com
thanks.


2.INSTALLATION
==============

Delphi 5
~~~~~~~~
Open <installDir>/Source/DES.dpk
click install and two new icon will be placed onto DES palette.


3. USING
========
There is a sample Client and Server program that you can look at for help.


4.TERMS AND CONDITIONS
======================
Copyright (C) 2000 by Diversified Eng. Service (DES) & Bill Nemmers <billnemmers@csi.com>

  This software is provided 'as-is', without any express or implied
  warranty.  In no event will the author be held liable for any damages
  arising from the use of this software.

  Permission is granted to anyone to use this software for any purpose,
  including commercial applications, and to alter it and redistribute it
  freely, subject to the following restrictions:

  1. The origin of this software must not be misrepresented, you must not
     claim that you wrote the original software. If you use this software
     in a product, an acknowledgment in the product documentation would be
     appreciated but is not required.

  2. Altered source versions must be plainly marked as such, and must not be
     misrepresented as being the original software.

  3. These components may not be included in any component package that is
      distributed for profit.

DISCLAIMER
~~~~~~~~~~
THIS PROGRAM IS PROVIDED "AS-IS". NO WARRANTIES OF
ANY KIND, EXPRESSED OR IMPLIED, ARE MADE AS TO IT
OR ANY MEDIUM IT MAY BE ON, OR ANY SOFTWARE IT WORKS WITH. 
NO REMEDY WILL BE PROVIDED FOR DIRECT OR INDIRECT DAMAGES 
ARISING FROM IT. 


5.COMPONENTS
============
The following components are included into this package:
  - TIPCServer
  - TIPCClient


 -----------------------------------------  
Regards  Bill Nemmers
