|
|
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
1.1.1.2 ! root 15: MAKEFILE Nmake file for Windows NT
! 16: MAKEFILE.W16 Nmake file for Win 3.x
1.1 root 17:
18: Set the environment variables appropriately:
19: set CPU=i386
20: set INCLUDE=c:\nt\sdk\inc;c:\nt\sdk\inc\crt
21: set LIB=c:\nt\sdk\lib\i386
22: set PATH=c:\nt\windows\system;
23: or
24: set CPU=MIPS
25: set INCLUDE=c:\nt\sdk\inc;c:\nt\sdk\inc\crt
26: set LIB=c:\nt\sdk\lib\mips
27: set PATH=c:\nt\windows\system;
28:
29: Build the sample server application:
30:
31: nmake cleanall
32: nmake
33:
34: These commands build the executable program whellos.exe.
35:
36: Build the sample client application:
37:
38: nmake -f makefile.win cleanall
39: nmake -f makefile.win
40:
41: These commands build the executable program whelloc.exe.
42:
43: On the server, enter
44:
45: net start workstation
46: net start server
47: whellos
48:
49: On the client, enter
50:
51: net start workstation
52: whelloc
53:
54: Several command line switches are available to change
55: settings for the server application. For a listing of
56: available switches, enter
57:
58: whellos -?
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.