i need to do TCP/IP network programming on my PocketPC. Doing this on the real device works fine. Trying the same code (taken from the MS-SDK) doesn't work (gethostbyname() fails so everything following doesn't work too).
i assume that there is a problem with the network configuration in the emulator. networking works fine on my real device if i set everything to "internet" in the network settings. somehow i cannot do this in the emulator (actually i can change it, but the next time i enter that dialog the settings are switched back to "work").
but the built-in internet explorer CAN connect to the internet on the emulator...
does somebody know how to solve this problem?
networking is an essential part of my application and working only on the real device is very slow...
thanx,
