Link to home
Start Free TrialLog in
Avatar of hala_sobeih
hala_sobeih

asked on

asynch. functions on WinCE

When using asynchronous functions like WaveOutWrite & sock.send (socket send) in C# applications on WinCE (pocketPC), the function runs in the calling thread instead of creating a new thread to run in.
When the calling thread exits, the call-back function is never called.
Thanx in advance.
ASKER CERTIFIED SOLUTION
Avatar of cookre
cookre
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial