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