File:  [WindowsNT SDKs] / mstools / samples / rpc / whello / readme.whe
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:22:02 2018 UTC (7 years, 9 months ago) by root
Branches: msft, MAIN
CVS tags: ntsdk-oct-1992, HEAD
Microsoft Windows NT Build 328 10-12-1992

This directory contains the files for the sample
distributed application "whello":

File          Description

README.TXT    Readme file for the WHELLO sample
WHELLO.IDL    Interface definition language file
WHELLO.ACF    Attribute configuration file
WHELLOC.C     Client main program
WHELLO.RC     Client resource file
WHELLO.DLG    Client dialog box definitions
WHELLO.DEF    Client module definition file
WHELLOS.C     Server main program
WHELLOP.C     Remote procedures
MAKEFILE      Nmake file for Windows NT
MAKEFILE.W16  Nmake file for Win 3.x

Set the environment variables appropriately:
  set CPU=i386
  set INCLUDE=c:\nt\sdk\inc;c:\nt\sdk\inc\crt
  set LIB=c:\nt\sdk\lib\i386
  set PATH=c:\nt\windows\system;
or
  set CPU=MIPS
  set INCLUDE=c:\nt\sdk\inc;c:\nt\sdk\inc\crt
  set LIB=c:\nt\sdk\lib\mips
  set PATH=c:\nt\windows\system;

Build the sample server application:

  nmake cleanall
  nmake

These commands build the executable program whellos.exe.

Build the sample client application:

  nmake -f makefile.win cleanall
  nmake -f makefile.win

These commands build the executable program whelloc.exe.

On the server, enter

  net start workstation
  net start server
  whellos

On the client, enter

  net start workstation
  whelloc

Several command line switches are available to change
settings for the server application. For a listing of
available switches, enter

  whellos -?

unix.superglobalmegacorp.com

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