Annotation of mstools/samples/rpc/data/xmit/readme.txt, revision 1.1.1.1

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

unix.superglobalmegacorp.com

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