Re: windowsCE socket programming



Correct me if I'm wrong, but I thought async sockets weren't supported
in CE?

-Dan.


voidcoder wrote:
Describe you problem in details or post some real code,
there is no way to say what is going without further
details.

mini wrote:
I am doing dialog based program for a client/server socket. On host PC side,
I inherited the CAsyncSocket Class (MFC class)on VC++6.0. For the client
side, I followed (class inherited) the same on eVC4.0. I would like to
communicate between host PC and WinCE x86 device.
When I clicked Connect button(on client dialog screen), the connection is
not established (OnConnect() on Client side and OnAccept() on server side are
not called).
Could we inherit the class and check the socket programming in WinCE?
If so, provide me with some samples.

Thanks in advance,
mini

.