I have seen posts stating that it is possible to create a named mutex in a
PPC app that can be accessed by two different applications. However, in
practice and according to the documentation, the Compact Framework does not
support named mutexes.

Could someone clarify this for me. I would also greatly appreciate if
someone could confirm if this applies to named events.

Cheers,
Ollie

Re: Named Mutex by Daniel

Daniel
Fri Nov 18 17:54:24 CST 2005

Yes

The example here (point 7) shows how to sue named mutexes:
http://www.danielmoth.com/Blog/2004/09/ipc-with-cf-on-ce-part-2.html

This is a managed wrapper if you don't want to pinvoke directly:
http://www.danielmoth.com/Blog/2005/01/eventwaithandle.html

Cheers
Daniel
--
http://www.danielmoth.com/Blog/

"Ollie" <Ollie@discussions.microsoft.com> wrote in message
news:BFD966FF-36B3-4A90-ABC7-6893A51619F1@microsoft.com...
>I have seen posts stating that it is possible to create a named mutex in a
> PPC app that can be accessed by two different applications. However, in
> practice and according to the documentation, the Compact Framework does
> not
> support named mutexes.
>
> Could someone clarify this for me. I would also greatly appreciate if
> someone could confirm if this applies to named events.
>
> Cheers,
> Ollie



Re: Named Mutex by Ollie

Ollie
Fri Nov 18 18:03:03 CST 2005

Thanks for the quick response
Ollie

"Daniel Moth" wrote:

> Yes
>
> The example here (point 7) shows how to sue named mutexes:
> http://www.danielmoth.com/Blog/2004/09/ipc-with-cf-on-ce-part-2.html
>
> This is a managed wrapper if you don't want to pinvoke directly:
> http://www.danielmoth.com/Blog/2005/01/eventwaithandle.html
>
> Cheers
> Daniel
> --
> http://www.danielmoth.com/Blog/
>
> "Ollie" <Ollie@discussions.microsoft.com> wrote in message
> news:BFD966FF-36B3-4A90-ABC7-6893A51619F1@microsoft.com...
> >I have seen posts stating that it is possible to create a named mutex in a
> > PPC app that can be accessed by two different applications. However, in
> > practice and according to the documentation, the Compact Framework does
> > not
> > support named mutexes.
> >
> > Could someone clarify this for me. I would also greatly appreciate if
> > someone could confirm if this applies to named events.
> >
> > Cheers,
> > Ollie
>
>
>