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
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
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
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
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:
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