Re: RPC Update Patch

2004-02-27 Thread Dan Kegel
On Thu, 26 Feb 2004 23:16:23 -0600, Gregory M. Turner wrote: They are actually pretty well-documented on MSDN: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/rpc_ndr_format_strings.asp Looks like a lot of work, Robert; thanks for your efforts. Hmm, interesting. I wonder

Re: RPC Update Patch

2004-02-27 Thread Mike Hearn
On Thu, 26 Feb 2004 23:16:23 -0600, Gregory M. Turner wrote: > They are actually pretty well-documented on MSDN: > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/rpc/rpc/rpc_ndr_format_strings.asp > > Looks like a lot of work, Robert; thanks for your efforts. Hmm, interesting

RPC Update Patch

2004-02-26 Thread Robert Shearman
Hi, I have uploaded the big stubless RPC patch to a website as it is rather large (~120k). You can get it here: http://www.dcs.warwick.ac.uk/~csvmc/rpcrt4_3.diff As you can probably see, a lot of the stuff in this patch is a bit rough around the edges (lack of copyright notice in some files), bu

Re: RPC Update Patch

2004-02-26 Thread Robert Shearman
On Thu, 2004-02-26 at 20:04, Robert Shearman wrote: > Hi, > > I have uploaded the big stubless RPC patch to a website as it is rather > large (~120k). You can get it here: > > http://www.dcs.warwick.ac.uk/~csvmc/rpcrt4_3.diff > > As you can probably see, a lot of the stuff in this patch is a bit

Re: RPC Update Patch

2004-02-26 Thread Mike Hearn
Wow, fantastic! One thing, could you write up some basic info on the structure of format strings? I'm just a bit concerned that one day we'll have to rewrite the typelib marshaller to use this interpreter and not know how, as this stuff is pretty opaque :) thanks -mike On Thu, 26 Feb 2004 20:04:

Re: RPC Update Patch

2004-02-26 Thread Gregory M. Turner
On Thursday 26 February 2004 03:25 pm, Mike Hearn wrote: > Wow, fantastic! One thing, could you write up some basic info on > the structure of format strings? I'm just a bit concerned that one > day we'll have to rewrite the typelib marshaller to use this interpreter > and not know how, as this stu