From: mrodsilva on 3 Jan 2007 16:22 Hi there, I need some similar to Monitor.Wait()/Monitor.Pulse() on cf... Does anyone know how can I do this? thanks in advance mrodsilva
From: " ctacke/>" on 3 Jan 2007 18:10 The OpenNETCF SDF [1] has these implemented. The other option is to wrap them with your own P/Invokes. -- Chris Tacke OpenNETCF Consulting Managed Code in the Embedded World www.opennetcf.com -- [1]www.opennetcf.com/sdf "mrodsilva" <mrodsilva(a)discussions.microsoft.com> wrote in message news:6919F2B7-3407-4FC5-81CB-E737A44679A1(a)microsoft.com... > Hi there, > > I need some similar to Monitor.Wait()/Monitor.Pulse() on cf... Does anyone > know how can I do this? > > thanks in advance > > mrodsilva
From: mrodsilva on 3 Jan 2007 20:14 Hi, In fact I already checked OpenNETCF 2, the online documentation state that there is a Monitor2 class within the OpenNETCF.Threading namespace. I have the SDF installed and there is no Monitor2 class... I don't know what to do... "<ctacke/>" wrote: > The OpenNETCF SDF [1] has these implemented. The other option is to wrap > them with your own P/Invokes. > > > -- > Chris Tacke > OpenNETCF Consulting > Managed Code in the Embedded World > www.opennetcf.com > -- > > > [1]www.opennetcf.com/sdf > > "mrodsilva" <mrodsilva(a)discussions.microsoft.com> wrote in message > news:6919F2B7-3407-4FC5-81CB-E737A44679A1(a)microsoft.com... > > Hi there, > > > > I need some similar to Monitor.Wait()/Monitor.Pulse() on cf... Does anyone > > know how can I do this? > > > > thanks in advance > > > > mrodsilva > > >
From: " ctacke/>" on 3 Jan 2007 22:30 SDF 2.0 definitely does have a Monitor2 class. You've added a reference to the assembly? You're looking in the OpenNETCF.THreading namespace? -- Chris Tacke OpenNETCF Consulting Managed Code in the Embedded World www.opennetcf.com -- "mrodsilva" <mrodsilva(a)discussions.microsoft.com> wrote in message news:3D18F5A1-0B2B-499C-A414-FACE39D0F4B1(a)microsoft.com... > Hi, > > In fact I already checked OpenNETCF 2, the online documentation state that > there is a Monitor2 class within the OpenNETCF.Threading namespace. I have > the SDF installed and there is no Monitor2 class... > > I don't know what to do... > > "<ctacke/>" wrote: > >> The OpenNETCF SDF [1] has these implemented. The other option is to wrap >> them with your own P/Invokes. >> >> >> -- >> Chris Tacke >> OpenNETCF Consulting >> Managed Code in the Embedded World >> www.opennetcf.com >> -- >> >> >> [1]www.opennetcf.com/sdf >> >> "mrodsilva" <mrodsilva(a)discussions.microsoft.com> wrote in message >> news:6919F2B7-3407-4FC5-81CB-E737A44679A1(a)microsoft.com... >> > Hi there, >> > >> > I need some similar to Monitor.Wait()/Monitor.Pulse() on cf... Does >> > anyone >> > know how can I do this? >> > >> > thanks in advance >> > >> > mrodsilva >> >> >>
From: mrodsilva on 4 Jan 2007 06:53 Yes, I've added a reference to the Assembly and yes I'm looking to OpenNETCF.Threading namespace... Using Intellisense I got a list of the classes beloging to OpenNETCF.Threading namespace... and all classes (EventWaitHandle, NamedMutex, Thread2, etc) are there but the Monitor2. "<ctacke/>" wrote: > SDF 2.0 definitely does have a Monitor2 class. You've added a reference to > the assembly? You're looking in the OpenNETCF.THreading namespace? > > > -- > Chris Tacke > OpenNETCF Consulting > Managed Code in the Embedded World > www.opennetcf.com > -- > > > "mrodsilva" <mrodsilva(a)discussions.microsoft.com> wrote in message > news:3D18F5A1-0B2B-499C-A414-FACE39D0F4B1(a)microsoft.com... > > Hi, > > > > In fact I already checked OpenNETCF 2, the online documentation state that > > there is a Monitor2 class within the OpenNETCF.Threading namespace. I have > > the SDF installed and there is no Monitor2 class... > > > > I don't know what to do... > > > > "<ctacke/>" wrote: > > > >> The OpenNETCF SDF [1] has these implemented. The other option is to wrap > >> them with your own P/Invokes. > >> > >> > >> -- > >> Chris Tacke > >> OpenNETCF Consulting > >> Managed Code in the Embedded World > >> www.opennetcf.com > >> -- > >> > >> > >> [1]www.opennetcf.com/sdf > >> > >> "mrodsilva" <mrodsilva(a)discussions.microsoft.com> wrote in message > >> news:6919F2B7-3407-4FC5-81CB-E737A44679A1(a)microsoft.com... > >> > Hi there, > >> > > >> > I need some similar to Monitor.Wait()/Monitor.Pulse() on cf... Does > >> > anyone > >> > know how can I do this? > >> > > >> > thanks in advance > >> > > >> > mrodsilva > >> > >> > >> > > >
|
Next
|
Last
Pages: 1 2 Prev: Help for Marshalling Next: Loading resources: "Value does not fall within the expected range." |