how to programming in DCE (Distributed Computer Environment)

Dec 2, 2013 at 2:09pm
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)?
Dec 2, 2013 at 3:05pm
RPC is built into most modern Operating Systems these days. Are you restricted to using this ancient platform for some reason?
Dec 2, 2013 at 4:01pm
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/
Dec 2, 2013 at 5:23pm
is it works on Microsoft windows
Last edited on Dec 2, 2013 at 5:23pm
Dec 2, 2013 at 6:12pm
Yes, Microsoft Remote Procedure Call (MSRPC) does in fact work on Windows.
Dec 2, 2013 at 8:32pm
i download DCE 1.22 .
how can i use it?
Dec 3, 2013 at 10:15am
Dec 3, 2013 at 12:26pm
ok
Last edited on Dec 3, 2013 at 7:10pm
Dec 3, 2013 at 1:26pm
Dec 3, 2013 at 7:11pm
after made uuid code by cmd and uuidgen i cann't find idl file ?
Dec 4, 2013 at 8:14am
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.