Fail to resolve a name when calling ConnMgrEstablishConnectionSync()
- by Rodriguez
Hi Guys,
I'm trying to setup a GPRS connection with ConnMgrEstablishConnectionSync(), so far so good, the connection is established and if I try to connect to an IP address, everything works fine.
Alas, when I try to resolve a name:
ConnMgrEstablishConnectionSync();
...
gethostbyname("www.google.com");
The result is always an error: 0x00002af9…