描述:
按照msdn中hello的例子来做结果编译客户端程序时出现错误
hello_c.obj : error LNK2001: unresolved external symbol _MIDL_user_free@4
hello_c.obj : error LNK2001: unresolved external symbol _MIDL_user_allocate@4
服务器端提示如下错误:
f:\cti\alcatel\rpchello\hellop.c(4) : error C2084: function 'void __cdecl HelloProc(unsigned char *)' already has a body
f:\cti\alcatel\rpchello\hellop.c(9) : warning C4182: #include nesting level is 363 deep; possible infinite recursion
f:\cti\alcatel\rpchello\hellop.c(9) : fatal error C1076: compiler limit : internal heap limit reached; use /Zm to specify a higher limit
解决方案1:
那就上msdn网站找吧
我没见过专门讲rpc的书
以前在codeproject上看到过两个rpc的例子
可以去找找看