|
|
1.1 root 1: This directory contains the files for the sample
2: distributed application "auto":
3:
4: File Description
5:
6: README.TXT Readme file for the AUTO sample
7: AUTO.IDL Interface definition language file
8: AUTO.ACF Attribute configuration file
9: AUTOC.C Client main program
10: AUTOS.C Server main program
11: AUTOP.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 autoc.exe
33: (client) and autos.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 Microsoft RPC toolkit on
41: an MS-DOS or Microsoft Windows computer, you can build
42: the sample client application for MS-DOS. Enter:
43:
44: nmake -f makefile.dos cleanall
45: nmake -f makefile.dos
46:
47: This builds the client application autoc.exe.
48:
49: ------------------------------------------
50: RUNNING THE CLIENT AND SERVER APPLICATIONS
51: ------------------------------------------
52:
53: On the server, enter
54:
55: net start rpclocator
56: autos
57:
58: (You can also start the RPC Locator by running the
59: Services program in Control Panel.)
60:
61: On the client, enter
62:
63: net start workstation
64: autoc
65:
66: Note: The client and server applications can run on
67: the same Microsoft Windows NT computer when you use
68: different screen groups.
69:
70: Several command line switches are available to change
71: settings for this program. For a listing of the switches
72: available from the client program, enter
73:
74: autoc -?
75:
76: For a listing of switches available from the server
77: program, enter
78:
79: autos -?
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.