Annotation of mstools/samples/rpc/data/dunion/readme.txt, revision 1.1

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

unix.superglobalmegacorp.com

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