1

I have to use Interprocess Communication in a Windows CE Project but I hve no experience with this. What I found out is, that the Smart Device Framework has a wrapper Class for the P2PMessageQueue Class but I don't know how to use this one to communicate between to running Applications and how to send Objects between them. Does someone have a small example or Tutorial on how to implement and use this class to exchange Objects between to running Applications on the same Windows CE Device?

Thank you

twickl

1 Answers1

1

There's an example on MSDN.

ctacke
  • 66,480
  • 18
  • 94
  • 155
  • But this does not use the Smart Device Framework?! –  Feb 20 '11 at 10:56
  • It's the exact same class - just reference teh SDF and use it's version. In fact the SDF version has a couple of bug fixes from the MSDN version. – ctacke Feb 20 '11 at 17:24