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

  1. This directory contains four examples of MakeDCE usage:
  2.  
  3. - the binop application (uses implicit handle)
  4. - the alias application (uses implicit handle)
  5. - the array application (uses explicit handle)
  6. - the rcmd application (uses explicit handle)
  7. - the mclient application
  8. - the chserver application
  9.  
  10. The rest of the files are as follows:
  11.  
  12. RULES.MAK - common makefile rules to be included by the makefile in each example
  13.            directory.
  14.  
  15. The DEFAULT for each example makefile will display a help message.
  16. For example, if you do:
  17.     cd binop
  18.     make
  19.  
  20. You will get the following help message.
  21.  
  22. Do one of the following:
  23. 1. nmake help - to display this maessage.
  24. 2. nmake clean - to delete then non-source files.
  25. 3. nmake binop - to make the Non-DCE 'binop' program.
  26. 4. nmake binop.idl - to make the IDL file for manager.c.
  27. 6. nmake client - to make the client side of 'binop'.
  28. 7. nmake server - to make the server side of 'binop'.
  29.  
  30. Init DCE environment by running RPCD.EXE
  31. Run the server first by typing "server"
  32. Run the client next by typing "client"
  33. Kill the server and the client by <CTRL>C
  34.