windows rpc基本使用Demo

时间:2021-08-01 09:06:05
【文件属性】:

文件名称:windows rpc基本使用Demo

文件大小:21KB

文件格式:ZIP

更新时间:2021-08-01 09:06:05

c++ windows rpc

windows rpc接口使用,分为服务端和客户端,具体介绍详见blog:https://blog.csdn.net/herojuice/article/details/81015325


【文件预览】:
rpcDemo
----test_c.c(6KB)
----testClient01()
--------testClient01()
----test.idl(125B)
----test.h(2KB)
----test.acf(75B)
----testServer01()
--------testServer01()
----test_s.c(6KB)

网友评论

  • 编译不过 1>Source.obj : error LNK2019: 无法解析的外部符号 __imp_RpcBindingFree,该符号在函数 wmain 中被引用 1>Source.obj : error LNK2019: 无法解析的外部符号 __imp_RpcBindingFromStringBindingW,该符号在函数 wmain 中被引用
  • 供大家一起共同分享学习