Annotation of mstools/samples/rpc/data/xmit/readme.xmt, revision 1.1.1.2

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
1.1.1.2 ! root       12: XMITU.C       Utility functions for client, server
        !            13: XMITU.H       Utility function prototypes
1.1       root       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: Set the environment variables appropriately:
                     23:   set CPU=i386
                     24:   set INCLUDE=c:\nt\sdk\inc;c:\nt\sdk\inc\crt
                     25:   set LIB=c:\nt\sdk\lib\i386
                     26:   set PATH=c:\nt\windows\system;
                     27: or
                     28:   set CPU=MIPS
                     29:   set INCLUDE=c:\nt\sdk\inc;c:\nt\sdk\inc\crt
                     30:   set LIB=c:\nt\sdk\lib\mips
                     31:   set PATH=c:\nt\windows\system;
                     32: 
                     33: Build the sample distributed application:
                     34:   nmake cleanall
                     35:   nmake
                     36: 
                     37: This builds the executable programs xmitc.exe 
                     38: (client) and xmits.exe (server).
                     39: 
                     40: ------------------------------------------
                     41: BUILDING THE CLIENT APPLICATION FOR MS-DOS
                     42: ------------------------------------------
                     43: 
                     44: After you install the Microsoft C/C++ version 7.0
                     45: development environment and Microsoft RPC toolkit on
                     46: an MS-DOS or Microsoft Windows computer, you can build
                     47: the sample client application for MS-DOS. Enter:
                     48: 
                     49:   nmake -f makefile.dos cleanall
                     50:   nmake -f makefile.dos
                     51: 
                     52: This builds the client application xmitc.exe.
                     53: 
                     54: ------------------------------------------
                     55: RUNNING THE CLIENT AND SERVER APPLICATIONS
                     56: ------------------------------------------
                     57: 
                     58: On the server, enter
                     59: 
                     60:   net start workstation
                     61:   net start server
                     62:   xmits
                     63: 
                     64: On the client, enter
                     65: 
                     66:   net start workstation
                     67:   xmitc
                     68: 
                     69: Note:  The client and server applications can run on
                     70: the same Microsoft Windows NT computer when you use
                     71: different screen groups.
                     72: 
                     73: Several command line switches are available to change
                     74: settings for this program. For a listing of the switches
                     75: available from the client program, enter
                     76: 
                     77:   xmitc -?
                     78: 
                     79: For a listing of switches available from the server 
                     80: program, enter
                     81: 
                     82:   xmits -?

unix.superglobalmegacorp.com

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