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

File          Description

README.TXT    Readme file for the WHELLO sample
WHELLO.IDL    Interface definition language file
WHELLO.ACF    Attribute configuration file
WHELLOC.C     Client main program
WHELLO.RC     Client resource file
WHELLO.DLG    Client dialog box definitions
WHELLO.DEF    Client module definition file
WHELLOS.C     Server main program
WHELLOP.C     Remote procedures
MAKEFILE      Nmake file for Chicago

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

Build the sample server application:

  nmake cleanall
  nmake

These commands build the executable program whellos.exe
and whelloc.exe for Microsoft Chicago.

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

On the server, enter

  whellos

On the client, enter

  net start workstation
  whelloc

Note:  The client and server applications can run on     
the same Microsoft Chicago computer when you use      
different screen groups.

Several command line switches are available to change
settings for the server application. For a listing of
available switches, enter

  whellos -?

