Closed GoogleCodeExporter closed 8 years ago
This issue has been bothering me for some time. I did finally locate the
'root' of the problem in RpcClientApi.cs line 272, change the parameter from
true to false:
pStub = handle.CreatePtr(new MIDL_STUB_DESC(handle, handle.Pin(new
RPC_CLIENT_INTERFACE(iid)), RpcApi.TYPE_FORMAT,
- true));
+ false));
Several other fixes have been made involving midl version, etc in the next
release.
Original comment by Grig...@gmail.com
on 26 Jan 2014 at 6:13
Fixed in 2.14.126.467
Original comment by Grig...@gmail.com
on 26 Jan 2014 at 10:09
Original issue reported on code.google.com by
Dzmitry....@gmail.com
on 5 Jul 2013 at 9:16