Hello,
if you use CCeSocket class and in server side (WCE side) you don’t receive any event you have to work around a bug in CCeSochket::OnReceive(). I found the following in the WWW:
Code
- BUG in CCESocket::OnReceive()
- See: Q253945
- --------------------------------------------------------
- Resolution: Set m_bConnectCalled to true in overridden
- CCeSocket::OnAccept()
- --------------------------------------------------------
- TODO: declare m_bConnectCalled as public in wcesock.h
- --------------------------------------------------------
After i did this modifications it works perfectly.