Hello, Apologies for the newbie-esque question, but I am a newbie, after all ... I am trying to use COM in an environment which does not support DCOM (certain Windows Mobile devices). One of my colleagues believes that without DCOM support, there is no way that we can use COM to communicate between two processes (i.e. COM server running in one process, COM client in the other). Is this true, or are there facilities within COM itself to provide for IPC? I was under the impression that DCOM was meant really for COM over the network (on different machines) and that COM handled the inter-process aspect of things just fine. But, maybe I'm wrong. Please advise.
answered in the microsoft.public.win32.programmer.ole newsgroup. Brian