Annotation of mstools/samples/rpc/handles/usrdef/readme.usr, revision 1.1.1.1

1.1       root        1: This directory contains the files for the sample
                      2: distributed application "usrdef":
                      3: 
                      4: File          Description
                      5: 
                      6: README.TXT    Readme file for the USRDEF sample
                      7: USRDEF.IDL    Interface definition language file
                      8: USRDEF.ACF    Attribute configuration file
                      9: USRDEFC.C     Client main program
                     10: USRDEFS.C     Server main program
                     11: USRDEFP.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: Set the environment variables appropriately:
                     21:   set CPU=i386
                     22:   set INCLUDE=c:\nt\sdk\inc;c:\nt\sdk\inc\crt
                     23:   set LIB=c:\nt\sdk\lib\i386
                     24:   set PATH=c:\nt\windows\system;
                     25: or
                     26:   set CPU=MIPS
                     27:   set INCLUDE=c:\nt\sdk\inc;c:\nt\sdk\inc\crt
                     28:   set LIB=c:\nt\sdk\lib\mips
                     29:   set PATH=c:\nt\windows\system;
                     30: 
                     31: Build the sample distributed application:
                     32:   nmake cleanall
                     33:   nmake
                     34: 
                     35: This builds the executable programs usrdefc.exe 
                     36: (client) and usrdefs.exe (server).
                     37: 
                     38: ------------------------------------------
                     39: BUILDING THE CLIENT APPLICATION FOR MS-DOS
                     40: ------------------------------------------
                     41: 
                     42: After you install the Microsoft C/C++ version 7.0
                     43: development environment and the Microsoft RPC version
                     44: 1.0 toolkit on an MS-DOS or Microsoft Windows computer,
                     45: you can build the sample client application for MS-DOS.
                     46: Enter:
                     47: 
                     48:   nmake -f makefile.dos cleanall
                     49:   nmake -f makefile.dos
                     50: 
                     51: This builds the client application usrdefc.exe.
                     52: 
                     53: ------------------------------------------
                     54: RUNNING THE CLIENT AND SERVER APPLICATIONS
                     55: ------------------------------------------
                     56: 
                     57: On the server, enter
                     58: 
                     59:   net start workstation
                     60:   net start server
                     61:   usrdefs
                     62: 
                     63: On the client, enter
                     64: 
                     65:   net start workstation
                     66:   usrdefc
                     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.
                     71: 
                     72: Several command line switches are available to change
                     73: settings for this program. For a listing of the switches
                     74: available from the client program, enter
                     75: 
                     76:   usrdefc -?
                     77: 
                     78: For a listing of switches available from the server 
                     79: program, enter
                     80: 
                     81:   usrdefs -?

unix.superglobalmegacorp.com

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