Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!sdd.hp.com!spool.mu.edu!snorkelwacker.mit.edu!stanford.edu!cascade.stanford.edu!cascade!interran From: interran@lurch.Stanford.EDU (John Interrante) Newsgroups: comp.windows.interviews Subject: Re: 3.0 RPC example - question on enter-scope.h Message-ID: Date: 3 May 91 00:37:52 GMT Article-I.D.: lurch.INTERRAN.91May2193752 References: <30550001@hpldsla.sid.hp.com> Sender: news@cascade.Stanford.EDU (USENET News System) Organization: Stanford University Lines: 22 In-Reply-To: manoj@hpldsla.sid.hp.com's message of 30 Apr 91 00:41:46 GMT In article <30550001@hpldsla.sid.hp.com> manoj@hpldsla.sid.hp.com (Manoj Joshi) writes: CC: "reader.c", line 169: error 1261: bad argument list for dpRpcService::dpRpcService() (no match against any dpRpcService::dpRpcService()) rpctest.tar.Z requires InterViews 3.0-beta, and you apparently have InterViews 3.0-alpha. You should get ~ftp/pub/3.0-beta.tar.Z + fixes from interviews.stanford.edu. We simplified RpcService and some other Rpc classes by replacing the three parameters "const char* dir," "const char* name", and "int version" in some member functions with the single parameter "const char* path." The only purpose of these three arguments was to construct a pathname, so we decided to let programmers pick their own pathnames. (RpcService uses the pathname to record the program's TCP port number and hostname in a file, presumably stored on a NFS filesystem, so that another program can read the file and use its data to open a connection to the first program.) -- John Interrante / interran@lurch.stanford.edu