I am using the libreary PhoneclientUSSDAPI for sending and receiving USSD in my application.
When i execute below , i get -46 in result variable.
TBuf<16> aMessage;
aMessage.Copy( _L("*141#") );
TInt result = ussdClient->SendUssd( aMessage );
What is the solution to get rid of this.Should i purchase libreary of PhoneclientUSSDAPI ?

Reply With Quote

