home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / makedce.zip / EXAMPLES.ZIP / examples / Binop / README < prev   
Text File  |  1994-05-08  |  1KB  |  35 lines

  1. This directory contains four files:
  2.  
  3. Makefile  - general makefile rules
  4.  
  5. binop.c   - main program of the Non-DCE binop application.
  6.             checks that  ( I + I eq. 2*I ).
  7.  
  8. manager.c - function to be called by binop.c and and is the remote
  9.             function to be called in the distributed DCE application.
  10.  
  11. binop.apf - apllication profile for the MakeDCE client and server
  12.             applications.
  13.  
  14. when you type "make" you should get the following message:
  15.  
  16. Do one of the following:
  17. 1. nmake help - to display this maessage.
  18. 2. nmake clean - to delete then non-source files.
  19. 3. nmake binop - to make the Non-DCE 'binop' program.
  20. 4. nmake binop.idl - to make the IDL file for manager.c.
  21. 6. nmake client - to make the client side of 'binop'.
  22. 7. nmake server - to make the server side of 'binop'.
  23.  
  24. ATTENTION:
  25.    The "rpcd" deamon should be running, in order for the client and
  26.    server to run properly.
  27.  
  28.    If for some reason yu can not run "rpcd", use "string" bindtype
  29.    in binop.apf, or use fixed endpoint.
  30.  
  31.    To create the DCE application you must execute three steps:
  32.    1. nmake binop.idl
  33.    2. nmake client
  34.    2. nmake server
  35.