I'm trying to write a little C++ app for my N900. This app needs an internet connection to work.
I tried some stuff already with libconic, and the connection gets started without problems.
But how do I tell my app to wait for the connection to be ready and raise an error if the connection fails ?
I'm trying to write a little C++ app for my N900. This app needs an internet connection to work.
I tried some stuff already with libconic, and the connection gets started without problems.
But how do I tell my app to wait for the connection to be ready and raise an error if the connection fails ?
Thanks