|
|
1.1 root 1: This directory contains the files for the sample
2: distributed application "whello":
3:
4: File Description
5:
6: README.TXT Readme file for the WHELLO sample
7: WHELLO.IDL Interface definition language file
8: WHELLO.ACF Attribute configuration file
9: WHELLOC.C Client main program
10: WHELLO.RC Client resource file
11: WHELLO.DLG Client dialog box definitions
12: WHELLO.DEF Client module definition file
13: WHELLOS.C Server main program
14: WHELLOP.C Remote procedures
15: MAKEFILE Nmake file for Windows NT
16: MAKEFILE.WIN Nmake file for Win 3.x
17:
18: -------------------------------------------
19: BUILDING CLIENT AND SERVER APPLICATIONS FOR
20: MICROSOFT WINDOWS NT:
21: -------------------------------------------
22:
23: The following environment variables should be set for you already.
24: set CPU=i386
25: set INCLUDE=c:\mstools\h
26: set LIB=c:\mstools\lib
27: set PATH=c:\winnt\system32;c:\mstools\bin;
28:
29: For mips, set CPU=mips
30:
31: Build the sample server application:
32:
33: nmake cleanall
34: nmake
35:
36: These commands build the executable program whellos.exe
37: and whelloc.exe for Microsoft Windows NT.
38:
39: --------------------------------------------
40: BUILDING THE CLIENT APPLICATION FOR WIN 3.X
41: --------------------------------------------
42:
43: Build the sample client application:
44:
45: nmake -f makefile.win cleanall
46: nmake -f makefile.win
47:
48: These commands build the client executable program
49: whelloc.exe.
50:
51: ------------------------------------------
52: RUNNING THE CLIENT AND SERVER APPLICATIONS
53: ------------------------------------------
54:
55: On the server, enter
56:
57: whellos
58:
59: On the client, enter
60:
61: net start workstation
62: whelloc
63:
64: Note: The client and server applications can run on
65: the same Microsoft Windows NT computer when you use
66: different screen groups. If you run the client on the
67: Microsoft MS-DOS and Windows computer, choose the Run
68: command from the File menu in the Microsoft Windows 3.x
69: Program Manager and enter whelloc.exe.
70:
71: Several command line switches are available to change
72: settings for the server application. For a listing of
73: available switches, enter
74:
75: whellos -?
76:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.