I want to make the DCOM server on the Windows ce 3.0, and the DCOM client on Windows 2000, how to do it?
Can I do the out_process server on the windows ce 3.0 with ATL?
Where can I find the sample for dcom in windows ce?
Thank you!
Printable View
I want to make the DCOM server on the Windows ce 3.0, and the DCOM client on Windows 2000, how to do it?
Can I do the out_process server on the windows ce 3.0 with ATL?
Where can I find the sample for dcom in windows ce?
Thank you!
Here is an example from MSDN how to work with DCOM under Windows CE 3.0. There are some bugs in the WinCE Client, but i hope it will help you.
http://support.microsoft.com/support.../Q291/3/89.ASP
Thomas