altoptaget
Tue Aug 24 04:53:18 CDT 2004
It is possible, have got it working.
You must wrap the msmq into a cf assembly using dll import.
first we wrapped the msmq functions into an c++ dll, compiled for .net
then we used dll import on this dll from or managed application.
not sure if it is any help, just to say it is possible, but demands
some work to get all needed funtions wrapped correctly.
ilyatum@online.microsoft.com ("Ilya Tumanov [MS]") wrote in message news:<#QQKXkTiEHA.3936@cpmsftngxa10.phx.gbl>...
> Using MSMQ from CF V1 is not trivial. I'm aware of several attempts, none
> completed.
>
> To resolve this issue, CF V2 will contain System.Messaging compatible with
> desktop (less features not supported by MSMQ CE).
> CF V2 Beta is already available; you can evaluate it and see if it's right
> for you.
>
> Please see this for more details:
http://blogs.msdn.com/ihimmar/
>
> Best regards,
>
> Ilya
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
> --------------------
> > From: "Robert Keber" <robert.keber@scch.at>
> > Newsgroups: microsoft.public.dotnet.framework.compactframework
> > Subject: using MSMQ in CF ??
> > Date: Mon, 23 Aug 2004 15:20:43 +0200
> > X-Priority: 3
> > X-MSMail-Priority: Normal
> > X-Newsreader: Microsoft Outlook Express 6.00.2900.2149
> > X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2149
> > X-RFC2646: Format=Flowed; Original
> > Lines: 8
> > Message-ID: <4129ef2c$0$10836$3b214f66@aconews.univie.ac.at>
> > NNTP-Posting-Host: ro.risc.uni-linz.ac.at
> > X-Trace: 1093267244 aconews.univie.ac.at 10836 193.170.32.23
> > X-Complaints-To: abuse@univie.ac.at
> > Path:
> cpmsftngxa10.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.s
> ul.t-online.de!t-online.de!news-lei1.dfn.de!news-fra1.dfn.de!newscore.univie
> .ac.at!aconews-feed.univie.ac.at!aconews.univie.ac.at!not-for-mail
> > Xref: cpmsftngxa10.phx.gbl
> microsoft.public.dotnet.framework.compactframework:59837
> > X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
> >
> > Hello,
> > I ve to use Microsoft Message Queueing in a .NET Application on an PDA ?
> > Are there any standard wrappers for easy using ?
> > Has anyone experience in using MSMQ in CF ?
> > thanks
> > Robert
> >
> >
> >