how to programming in DCE (Distributed Computer Environment)

Hi
I want to write a program that:
call The function from the client machine. (RPC).
I want do this with DCE.
Where do I download DCE(Distributed Computer Environment)?
RPC is built into most modern Operating Systems these days. Are you restricted to using this ancient platform for some reason?
Windows already has Microsoft's MSRPC (based on the DCE reference implementation).

Unix and Unix-clones: Samba has an implementation of MSRPC, as does WINE.

MSRPC is vased on DCE 1.1. For DCE 1.2: OpenDCE http://www.opengroup.org/dce/
is it works on Microsoft windows
Last edited on
Yes, Microsoft Remote Procedure Call (MSRPC) does in fact work on Windows.
i download DCE 1.22 .
how can i use it?
ok
Last edited on
after made uuid code by cmd and uuidgen i cann't find idl file ?
The following command generates a UUID and creates a template file called Hello.idl.
uuidgen /i /ohello.idl
http://msdn.microsoft.com/en-us/library/windows/desktop/aa373930(v=vs.85).aspx
Topic archived. No new replies allowed.