Hi,
is anyobody able to explain, why the S60 9.2 SDK emulator behaves that odd in conjunction with sockets?
This code works fine on the phone
import urllib
url = urllib.URLopener()
res = url.open('http://www.google.de').read()
It does not run in Emulator. Better to say: No socket related function seems to run in Emulator. The question is: Why?
Regards

Reply With Quote

