|
|
1.1 root 1: This directory contains the files for the sample distributed application
2: "callback":
3:
4: File Description
5:
6: README.TXT Readme file for the CALLBACK sample
7: CALL.IDL Interface definition language file
8: CALL.ACF Application configuration file
9: CALLC.C Client main program
10: CALLS.C Server main program
11: CALLP.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 MICROSOFT WINDOWS NT:
17: -----------------------------------------------------------------------
18:
19: The following environment variables should be set for you already.
20: set CPU=i386
21: set INCLUDE=c:\mstools\h
22: set LIB=c:\mstools\lib
23: set PATH=c:\winnt\system32;c:\mstools\bin;
24:
25: For mips, set CPU=mips
26:
27: Build the sample distributed application:
28: nmake cleanall
29: nmake
30:
31: This builds the executable programs callc.exe (client) and calls.exe
32: (server).
33:
34: -----------------------------------------------------------------------
35: BUILDING THE CLIENT APPLICATION FOR MS-DOS
36: -----------------------------------------------------------------------
37:
38: After you install the Microsoft C/C++ version 7.0 development
39: environment and the Microsoft RPC version 1.0 toolkit on an MS-DOS or
40: Microsoft Windows computer, you can build the sample client application
41: for MS-DOS. Enter:
42:
43: nmake -f makefile.dos cleanall
44: nmake -f makefile.dos
45:
46: This builds the client application callc.exe.
47:
48: -----------------------------------------------------------------------
49: RUNNING THE CLIENT AND SERVER APPLICATIONS
50: -----------------------------------------------------------------------
51:
52: On the server, enter
53:
54: calls
55:
56: On the client, enter
57:
58: net start workstation
59: callc
60:
61: Note: The client and server applications can run on the same Microsoft
62: Windows NT computer when you use different screen groups.
63:
64: Several command line switches are available to change settings for this
65: program. For a listing of the switches available from the client
66: program, enter:
67:
68: callc -?
69:
70: For a listing of switches available from the server program, enter:
71:
72: calls -?
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.