This directory contains the files for the sample
distributed application "mandel":

File          Description

README.TXT    Readme file for the MANDEL sample
MDLRPC.IDL    Interface definition language file
MDLRPC.ACF    Attribute configuration file
MANDEL.C      Client main program
MANDEL.H      Client global data
REMOTE.C      Client code that calls remote procedures
RPC.ICO       Client icon
MANDEL.DEF    Client module definition file
MANDEL.RC     Client resource script file
SERVER.C      Server main program
CALC.C        Remote procedures
MAKEFILE      nmake utility for Chicago

-------------------------------------------     
BUILDING CLIENT AND SERVER APPLICATIONS FOR     
MICROSOFT CHICAGO
-------------------------------------------     

Build the sample distributed application:
  nmake cleanall
  nmake

This builds the executable programs client.exe and
server.exe for Microsoft Chicago.  

------------------------------------------          
RUNNING THE CLIENT AND SERVER APPLICATIONS          
------------------------------------------          

On the server, enter

  server

On the client, enter

  net start workstation
  client
