Annotation of mstools/samples/rpc/whello/readme.whe, revision 1.1

1.1     ! root        1: This directory contains the files for the sample
        !             2: distributed application "whello":
        !             3: 
        !             4: File          Description
        !             5: 
        !             6: README.TXT    Readme file for the WHELLO sample
        !             7: WHELLO.IDL    Interface definition language file
        !             8: WHELLO.ACF    Attribute configuration file
        !             9: WHELLOC.C     Client main program
        !            10: WHELLO.RC     Client resource file
        !            11: WHELLO.DLG    Client dialog box definitions
        !            12: WHELLO.DEF    Client module definition file
        !            13: WHELLOS.C     Server main program
        !            14: WHELLOP.C     Remote procedures
        !            15: MAKEFILE      Associated with nmake utility
        !            16: 
        !            17: Set the environment variables appropriately:
        !            18:   set CPU=i386
        !            19:   set INCLUDE=c:\nt\sdk\inc;c:\nt\sdk\inc\crt
        !            20:   set LIB=c:\nt\sdk\lib\i386
        !            21:   set PATH=c:\nt\windows\system;
        !            22: or
        !            23:   set CPU=MIPS
        !            24:   set INCLUDE=c:\nt\sdk\inc;c:\nt\sdk\inc\crt
        !            25:   set LIB=c:\nt\sdk\lib\mips
        !            26:   set PATH=c:\nt\windows\system;
        !            27: 
        !            28: Build the sample server application:
        !            29: 
        !            30:   nmake cleanall
        !            31:   nmake
        !            32: 
        !            33: These commands build the executable program whellos.exe.
        !            34: 
        !            35: Build the sample client application:
        !            36: 
        !            37:   nmake -f makefile.win cleanall
        !            38:   nmake -f makefile.win
        !            39: 
        !            40: These commands build the executable program whelloc.exe.
        !            41: 
        !            42: On the server, enter
        !            43: 
        !            44:   net start workstation
        !            45:   net start server
        !            46:   whellos
        !            47: 
        !            48: On the client, enter
        !            49: 
        !            50:   net start workstation
        !            51:   whelloc
        !            52: 
        !            53: Several command line switches are available to change
        !            54: settings for the server application. For a listing of
        !            55: available switches, enter
        !            56: 
        !            57:   whellos -?

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.