Annotation of mstools/samples/rpc/mandel/readme.man, revision 1.1.1.2

1.1       root        1: This directory contains the files for the sample
                      2: distributed application "mandel":
                      3: 
                      4: File          Description
                      5: 
1.1.1.2 ! root        6: README.MAN    Readme file for the MANDEL sample
1.1       root        7: MDLRPC.IDL    Interface definition language file
                      8: MDLRPC.ACF    Attribute configuration file
                      9: MANDEL.C      Client main program
                     10: MANDEL.H      Client global data
                     11: REMOTE.C      Client code that calls remote procedures
                     12: RPC.ICO       Client icon
                     13: MANDEL.DEF    Client module definition file
                     14: MANDEL.RC     Client resource script file
                     15: SERVER.C      Server main program
                     16: CALC.C        Remote procedures
                     17: MAKEFILE      Associated with nmake utility
                     18: 
                     19: Set the environment variables appropriately:
                     20:   set CPU=i386
                     21:   set INCLUDE=c:\nt\sdk\inc;c:\nt\sdk\inc\crt
                     22:   set LIB=c:\nt\sdk\lib\i386
                     23:   set PATH=c:\nt\windows\system;
                     24: or
                     25:   set CPU=MIPS
                     26:   set INCLUDE=c:\nt\sdk\inc;c:\nt\sdk\inc\crt
                     27:   set LIB=c:\nt\sdk\lib\mips
                     28:   set PATH=c:\nt\windows\system;
                     29: 
                     30: Build the sample distributed application:
                     31:   nmake cleanall
                     32:   nmake
                     33: 
                     34: This builds the executable programs client.exe and
                     35: server.exe for Microsoft Windows NT.  On the server, 
                     36: enter
                     37: 
                     38:   net start workstation
                     39:   net start server
                     40:   server
                     41: 
                     42: On the client, enter
                     43: 
                     44:   net start workstation
                     45:   client
                     46: 
                     47: Note:  The client and server applications can run on
                     48: the same Microsoft Windows NT computer when you use
                     49: different screen groups.
                     50: 
                     51: Several command line switches are available to change
                     52: settings for the server program. For a listing of switches
                     53: available from the server program, enter
                     54: 
                     55:   server -?

unix.superglobalmegacorp.com

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