On Sun, 13 Oct 2002, Greg Turner wrote:
On Sunday 13 October 2002 06:41 pm, Ove Kaaven wrote:
The pStubDesc structure should have been initialized (including setting that pointer, I think) by the NdrClientInitialize or NdrClientInitializeNew (or for DCOM, NdrProxyInitialize, but perhaps NdrProxyInitialize should call down to NdrClientInitialize/New anyway) functions. My patches didn't implement those functions, since I was mostly concerned with DCOM. Is this a real RPC app that works on Windows you're working on?
Apparently this isn't how /Oicf works in this case... the MIDL-generated source looks to me like I am recieving constant structures that should already have been initialized statically.
Oh yeah sorry, I confused MIDL_STUB_DESC with MIDL_STUB_MESSAGE, must have been too long since I looked at this. Hmm... perhaps there's a memory corruption somewhere, then?