Stubborn problem with EtelAGsm
| Wed, 2006-03-29 21:18 | |
|
I use the standard code (error checking and stack handling omitted for clarity here, they're present in the actual code): Code: RTelServer Server; Server.Connect (); Server.LoadPhoneModule (KPhoneTSy); RTelServer::TPhoneInfo Info; Server.GetPhoneInfo (0, Info); RAdvGsmPhone Phone; Phone.Open (Server, Info.iName); RAdvGsmPhone::TNumberOfMsgWaiting MSGinfo; TInt status = Phone.GetMsgWaitingFlag (MSGinfo);Â Â Â Â Â Server.UnloadPhoneModule (KPhoneTSy); I keep getting undefined reference errors for GetMsgWaitingFlag. Yes, I am linking against gsmadv.lib. I can't use EtelMM instead, although that compiles, because it has other problems (discussed in the thread Getting call forwarding status? here). Bye, |
|






Forum posts: 112
I'm trying to do it on a Nokia 6600 but I guess it should be supported on this and later phones, too, the required DLLs are there from the beginning.
Bye,
Gábor