John
Fri Oct 20 13:56:32 CDT 2006
FYI, I've been asked this enough I've tried to cleanup the answer to this
and related questions a bit --
http://blogs.msdn.com/cenet/archive/2006/10/20/windows-mobile-does-not-support-out-of-process-com.aspx
--
John Spaith
Development Lead, Windows CE
Microsoft Corporation
Check out the CE Networking Team Blog at
http://blogs.msdn.com/cenet/.
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.
"John Spaith [MS]" <jspaith@ONLINE.microsoft.com> wrote in message
news:Ozl$R6F9GHA.1188@TK2MSFTNGP05.phx.gbl...
> No, this isn't possible on Windows Mobile. Windows Mobile COM only
> supports in-proc calls (out-of-proc COM is available only on certain
> general embedded releases, reason it's not on WM is that it would add like
> 500KB to the ROM size). To get at this whatever you're trying to do,
> whoever implemented the other process will have had to have created some
> other interprocess communication mechanism like windows msgs, shared
> memory, etc... which they may or may not have done.
>
> --
> John Spaith
> Development Lead, Windows CE
> Microsoft Corporation
>
> Check out the CE Networking Team Blog at
http://blogs.msdn.com/cenet/.
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> You assume all risk for your use. © 2006 Microsoft Corporation. All rights
> reserved.
>
> <godfatherofsoul@yahoo.com> wrote in message
> news:1161357928.100707.139410@m7g2000cwm.googlegroups.com...
>>I don't know COM, but it looks like I'm about to learn it. Is it
>> possible to make an interprocess call to the IReplNotify instance
>> stored in my service provider to call OnItemNotify(). Has anyone out
>> there attempted this and can you explain how to do so?
>>
>
>