This directory contains four files:

Makefile  - general makefile rules

program.c - main program for the client application.

chain.c   - manager funcion for the chaining server.

manager.c - manager functions for the end server application.
            functions to be called by the chaining server.

chserver.apf - apllication profile for the MakeDCE client and server
            and chserver applications.

when you type "nmake" you should get the following message:

Do one of the following:
1. nmake help - to display this maessage.
2. nmake program - to make the Non-DCE program.
3. nmake chain.idl - to make the IDL file for chain.c.
4. nmake manager.idl - to make the IDL file for manager.c
5. nmake /C client - to make the client side of of the chaining server demo
6. nmake /C chserver - to make the chaining server application
7. nmake /C server - to make the final server of the chaining server demo
8. nmake clean - to delete then non-source files.

ATTENTION:
   The "rpcd" deamon should be running, in order for the client and
   server to run properly.

   If for some reason you can not run "rpcd", use "string" bindtype
   in chaining_server.apf, or use fixed endpoint.

   To create the DCE demo you must execute 6 steps:
   1. nmake /C client
   2. nmake /C ch_server
   3. nmake /C server
   4. run 'server'
   5. run 'ch_server' (that will bind to 'server' )
   6  run 'client' (that will bind to 'ch_server' ) 
