MSMQ - WIndows CE

  • Thread starter Thread starter Sylvia Arun
  • Start date Start date
S

Sylvia Arun

We are planning to use MSMQ for store and forward mechanisim on our Pocket
PC 2003. We are using the .NET as our development environment. .NET does
not allow us to use the msmq.dll stating that it is an assmebly not
recognised by .NET. We were advised to use platform invocation services.
Looks like a lot of work. My question is, is there a simpler way to do
this.

Need help ASAP!
thank you
 
Sylvia:

As Paul notes, Neil Cowburn built the library with the help of a lot of
P/Invoking...There are three main bugs (two actually) and will be available
on www.opennetcf.org in the near future. I can tell you that it's a fair
amount of code but it's also pretty straightforward and it can be
implemented virtually identically to the full framework counterpart - I've
been through the library in depth and the differences between the full
framework are undetectable. How much of the functionality do you need? can
you give me a feel for the scope of the project because it may not be too
big of a deal to write your own wrapper if you don't need the full
functionality.
 
Back
Top