View Single Post
  #1  
Old 07-25-2007, 12:22 AM
theone theone is offline
D-Web Sr.Programmer
 
Join Date: Jun 2007
Posts: 129
theone is on a distinguished road
Question Socket programming in windows mobile 5.0 its support CAsyncSocket class?

I try to write a TCP server in c++ (I use Visual studio 2005) but I have a little problem... The basis of my code is a sample code that came with "Digi Connect ME integration Kit". I have edited a bit, and it worked when I used it in my laptop. The program is just a dialog box that displays messages I send from HyperTerminal to com1, and the Digi board sends it back over TCP. I have tried to write for windows mobile 5.0 (new->project->smart device ....) and added much of the same code. But when I run it on my iPAQ it doesn’t work!
I think the problem may be the CAsyncSocket class. I have a feeling that Windows Mobile doesn’t support this class....?
Can anyone please help me?
Reply With Quote