
This application consists of two Servers and an Mclient that
makes RPC calls to both.

To run the example execute the following steps:

1. create the DCE applications:

   nmake client
   mnake server1
   mnake server2

2. run the servers in background:

   start server1 
   start server2 

3. run the client:

   client

4. kill the servers:

5. clean files:

   nmake clean


You may create and run the Non-DCE program mclient by:
  
  nmake mclient
  mclient

Note:
  mclient.apf contains two interfacs:
  I1 - using implicit handle
  I2 - usinf explicit handle

  Observe the RPC call in manager2.c that makes use of the
  MakeDCE IFBindingHandle() routine, when using explicit handle. 
