c++.rtl - Error in RPC Libraries
- Heinz-Peter Nuettgens (15/15) Nov 15 2001 Hello,
- Heinz-Peter Nuettgens (6/6) Nov 15 2001 Sorry,
- Walter (4/10) Nov 15 2001 All the libs should be doing is just transferring control to the
Hello, recently I had a problem with RPC. My server routines begin like that: status = RpcServerUseProtseqEp(pszProtocolSequence, cMaxCalls, pszEndpoint, pszSecurity); status = RpcServerRegisterIf(iatrpc_v1_0_s_ifspec, NULL, NULL); The call to RpcServerUseProtseqEp does well but the call to RpcServerRegisterIf doesn't return any more. I used the following Libraries: rpcndr.lib, rpcns4.lib, rpcrt4.lib from 09.08.1997. Converting (coff2omf.exe) the same called Libraries from the MS Devstudio 5.0 and using them in my project make this code work. Do you know about that problem ?? Greetings Heinz-Peter
Nov 15 2001
Sorry, must have been a mistake on my own :-(( I am working with the MS libs nevertheless, but I think there is no difference between the libs of MS and DMC. Greetings Heinz-Peter
Nov 15 2001
All the libs should be doing is just transferring control to the DLL. -Walter "Heinz-Peter Nuettgens" <hnuettgens t-online.de> wrote in message news:9t0ifi$nih$1 digitaldaemon.com...Sorry, must have been a mistake on my own :-(( I am working with the MS libs nevertheless, but I think there is no difference between the libs of MS and DMC. Greetings Heinz-Peter
Nov 15 2001