CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jul 2001
    Posts
    2

    DCOM for windows CE

    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!



  2. #2
    Join Date
    Aug 2001
    Posts
    1

    Re: DCOM for windows CE

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured