I m able to connect to the WinNT DCOM server, using the WInCE Proxy Stub DLL from the Client(winCE ). It works when the Authentication level is RPC_C_AUTHN_LEVEL_NONE in both the client side and the server side. If the authentical level is RPC_C_AUTHN_LEVEL_CONNECT, then it throws "Security...
Yes, In WinCE you can't use the Proxy-Stub-DLL built in WinNT. But there is a way around.Create a empty project in embedded Visual c++. Add the file dlldata.c and all the neccessary _i.c and _p.c files for that server into that project. And from that project, u can generate a proxy -stub dll...
Hi,
i also have a "DCOM-Server" on WinNT und try to create/use this Components in a application in WinCE [out-of-process]. WHen i use CoCreateInstanceEx to get the interface pointer of the server, It returns the error E_ACCESSDENIED. Well, i gave permissions for launch as well as...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.