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

1.1       root        1: This directory contains the files for the sample
                      2: distributed application "hello":
                      3: 
                      4: File          Description
                      5: 
                      6: README.TXT    Readme file for the HELLO sample
                      7: HELLO.IDL     Interface definition language file
                      8: HELLO.ACF     Attribute configuration file
                      9: HELLOC.C      Client main program
                     10: HELLOS.C      Server main program
                     11: HELLOP.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 helloc.exe 
                     33: (client) and hellos.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 the Microsoft RPC version
                     41: 1.0 toolkit on an MS-DOS or Microsoft Windows computer,
                     42: you can build the sample client application for MS-DOS.
                     43: Enter:
                     44: 
                     45:   nmake -f makefile.dos cleanall
                     46:   nmake -f makefile.dos
                     47: 
                     48: This builds the client application helloc.exe.
                     49: 
                     50: ------------------------------------------
                     51: RUNNING THE CLIENT AND SERVER APPLICATIONS
                     52: ------------------------------------------
                     53: 
                     54: On the server, enter
                     55: 
                     56:   hellos
                     57: 
                     58: On the client, enter
                     59: 
                     60:   net start workstation
                     61:   helloc
                     62: 
                     63: Note:  The client and server applications can run on
                     64: the same Microsoft Windows NT computer when you use
                     65: different screen groups.
                     66: 
                     67: Several command line switches are available to change
                     68: settings for this program. For a listing of the switches
                     69: available from the client program, enter
                     70: 
                     71:   helloc -?
                     72: 
                     73: For a listing of switches available from the server 
                     74: program, enter
                     75: 
                     76:   hellos -?

unix.superglobalmegacorp.com

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