home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / makedce.zip / EXAMPLES.ZIP / examples / MClient / README < prev    next >
Text File  |  1994-05-08  |  733b  |  41 lines

  1.  
  2. This application consists of two Servers and an Mclient that
  3. makes RPC calls to both.
  4.  
  5. To run the example execute the following steps:
  6.  
  7. 1. create the DCE applications:
  8.  
  9.    nmake client
  10.    mnake server1
  11.    mnake server2
  12.  
  13. 2. run the servers in background:
  14.  
  15.    start server1 
  16.    start server2 
  17.  
  18. 3. run the client:
  19.  
  20.    client
  21.  
  22. 4. kill the servers:
  23.  
  24. 5. clean files:
  25.  
  26.    nmake clean
  27.  
  28.  
  29. You may create and run the Non-DCE program mclient by:
  30.   
  31.   nmake mclient
  32.   mclient
  33.  
  34. Note:
  35.   mclient.apf contains two interfacs:
  36.   I1 - using implicit handle
  37.   I2 - usinf explicit handle
  38.  
  39.   Observe the RPC call in manager2.c that makes use of the
  40.   MakeDCE IFBindingHandle() routine, when using explicit handle. 
  41.