home *** CD-ROM | disk | FTP | other *** search
- This directory contains four examples of MakeDCE usage:
-
- - the binop application (uses implicit handle)
- - the alias application (uses implicit handle)
- - the array application (uses explicit handle)
- - the rcmd application (uses explicit handle)
- - the mclient application
- - the chserver application
-
- The rest of the files are as follows:
-
- RULES.MAK - common makefile rules to be included by the makefile in each example
- directory.
-
- The DEFAULT for each example makefile will display a help message.
- For example, if you do:
- cd binop
- make
-
- You will get the following help message.
-
- Do one of the following:
- 1. nmake help - to display this maessage.
- 2. nmake clean - to delete then non-source files.
- 3. nmake binop - to make the Non-DCE 'binop' program.
- 4. nmake binop.idl - to make the IDL file for manager.c.
- 6. nmake client - to make the client side of 'binop'.
- 7. nmake server - to make the server side of 'binop'.
-
- Init DCE environment by running RPCD.EXE
- Run the server first by typing "server"
- Run the client next by typing "client"
- Kill the server and the client by <CTRL>C
-