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

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top