File:  [WindowsNT SDKs] / mstools / samples / rpc / mandel / readme.man
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs
Thu Aug 9 18:22:00 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 "mandel":

File          Description

README.MAN    Readme file for the MANDEL sample
MDLRPC.IDL    Interface definition language file
MDLRPC.ACF    Attribute configuration file
MANDEL.C      Client main program
MANDEL.H      Client global data
REMOTE.C      Client code that calls remote procedures
RPC.ICO       Client icon
MANDEL.DEF    Client module definition file
MANDEL.RC     Client resource script file
SERVER.C      Server main program
CALC.C        Remote procedures
MAKEFILE      Associated with nmake utility

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 distributed application:
  nmake cleanall
  nmake

This builds the executable programs client.exe and
server.exe for Microsoft Windows NT.  On the server, 
enter

  net start workstation
  net start server
  server

On the client, enter

  net start workstation
  client

Note:  The client and server applications can run on
the same Microsoft Windows NT computer when you use
different screen groups.

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

  server -?

unix.superglobalmegacorp.com

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