dotnet compact 1.0 does not support Monitor.Wait() and Monitor.Pulse()

  • Thread starter Thread starter lsheung
  • Start date Start date
L

lsheung

Hi,

I'm trying to deploy a hardware dirver to Pocket PC 2002. I need to use
Monitor.Wait() and Monitor.Pulse().

I've test the code as an console application and everything is working
fine. Then I tried it with Pocket PC 2002. It can't even compile.
The problem is both Monitor.Wait() and Monitor.Pulse() is not defined.
I've checked all documentations. It should be supported by dotnet
compact 1.0.

Does anyone has any idea?


Lok
 
Back
Top