Hello!
I have the same problem (need to do a phone call with Qt), but didn't manage it to combine the CTelephony API with Qt.
In my project, I'm using the QtMobility API. I also work with QtCreator IDE (with the combined installation for Symbian Qt), not with Carbide C++. In the Symbian Wiki I read that it might not work to combine Symbian C++ and Qt using the QtCreator. Is this true for the example mentioned by comb in the most recent post?
If not, how do I have to include the etel3rdparty.lib in my project? Or more specific: how do I add it to the .pro-file in order to be able to use it on the device? Is there anything else than the NetworkServices Capability I need to add to the project file?
For testing purposes I added the libs with the concrete path:
LIBS += C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\release\armv5\lib\etel3rdparty.lib
INCLUDEPATH += C:\S60\devices\S60_5th_Edition_SDK_v1.0\epoc32\include\
but it throws lots of errors.
sorry for that newbie question, but I really don't have a clue how to get it to run. Maybe someone can help me.
Thanks a lot!