Hello!
I'm having a problem with a QTcpSocket.
Whenever a call to socket->connectToHost("hostname", port) happens, I receive an error QAbstractSocket::HostNotFound.
While the host is certainly available - I have no problems when launching the same Qt app on my PC.
Another issue is that my phone doesn't ask me about internet access point when it tries to connect.
Do I need some special code for that?
For now I'm just starting a native web browser and navigate to some webpage - to bring connection up.
Then I start my app and try to connect - and get the error everytime.
Or is the internet connection used on a per-app basis in Symbian? I'm a symbian noob, so maybe I don't know something
Any help is appreciated, thanks
(Using qt-4.5.0-garden and SDK 5th edition)




