Annotation of mstools/samples/rpc/mandel/readme.txt, revision 1.1.1.2

1.1.1.2 ! root        1: This directory contains the files for the sample
        !             2: distributed application "mandel":
1.1       root        3: 
1.1.1.2 ! root        4: File          Description
1.1       root        5: 
1.1.1.2 ! root        6: README.TXT    Readme file for the MANDEL sample
        !             7: MDLRPC.IDL    Interface definition language file
        !             8: MDLRPC.ACF    Attribute configuration file
        !             9: MANDEL.C      Client main program
        !            10: MANDEL.H      Client global data
        !            11: REMOTE.C      Client code that calls remote procedures
        !            12: RPC.ICO       Client icon
        !            13: MANDEL.DEF    Client module definition file
        !            14: MANDEL.RC     Client resource script file
        !            15: SERVER.C      Server main program
        !            16: CALC.C        Remote procedures
        !            17: MAKEFILE      nmake utility for Windows NT
        !            18: MAKEFILE.WIN  nmake utility for Win 3.x
        !            19: 
        !            20: -------------------------------------------     
        !            21: BUILDING CLIENT AND SERVER APPLICATIONS FOR     
        !            22: MICROSOFT WINDOWS NT:                           
        !            23: -------------------------------------------     
        !            24: 
        !            25: The following environment variables should be set for you already.       
        !            26:   set CPU=i386                                                           
        !            27:   set INCLUDE=c:\mstools\h                                               
        !            28:   set LIB=c:\mstools\lib                                                 
        !            29:   set PATH=c:\winnt\system32;c:\mstools\bin;
        !            30: 
        !            31: For mips, set CPU=mips                                                   
        !            32: 
        !            33: Build the sample distributed application:
        !            34:   nmake cleanall
        !            35:   nmake
        !            36: 
        !            37: This builds the executable programs client.exe and
        !            38: server.exe for Microsoft Windows NT.  
        !            39: 
        !            40: --------------------------------------------   
        !            41: BUILDING THE CLIENT APPLICATION FOR WIN 3.X   
        !            42: --------------------------------------------   
        !            43: 
        !            44: After you install the Microsoft C/C++ version 7.0
        !            45: development environment and the Microsoft RPC version
        !            46: 1.0 toolkit on a Microsoft MS-DOS and Windows computer, 
        !            47: you can build the sample client application for Win 3.x.
        !            48: Enter:
        !            49: 
        !            50:   nmake -f makefile.win cleanall
        !            51:   nmake -f makefile.win
        !            52: 
        !            53: This builds the client application client.exe.
        !            54: 
        !            55: ------------------------------------------          
        !            56: RUNNING THE CLIENT AND SERVER APPLICATIONS          
        !            57: ------------------------------------------          
        !            58: 
        !            59: On the server, enter
        !            60: 
        !            61:   server
        !            62: 
        !            63: On the client, enter
        !            64: 
        !            65:   net start workstation
        !            66:   client
        !            67: 
        !            68: Note:  The client and server applications can run on
        !            69: the same Microsoft Windows NT computer when you use
        !            70: different screen groups.  If you run the client on the
        !            71: Microsoft MS-DOS and Windows computer, choose the Run
        !            72: command from the File menu in the Microsoft Windows 3.x
        !            73: Program Manager and enter client.exe.
        !            74: 
        !            75: Several command line switches are available to change
        !            76: settings for the server program. For a listing of switches
        !            77: available from the server program, enter
1.1       root       78: 
1.1.1.2 ! root       79:   server -?

unix.superglobalmegacorp.com

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