www.digitalmars.com         C & C++   DMDScript  

c++.rtl - Error in RPC Libraries

reply "Heinz-Peter Nuettgens" <hnuettgens t-online.de> writes:
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
parent reply "Heinz-Peter Nuettgens" <hnuettgens t-online.de> writes:
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
parent "Walter" <walter digitalmars.com> writes:
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