Hi,
I am taking the reference of the code http://www.developer.nokia.com/Commu...ple_recipients to send the message to the multiple Numbers.
From send msg API first i called to send the sms on the first number.
iSmsHandler->SendL(PhoneNumber1,SmsText); //PhoneNumber1 contains my first number.
After that as suggested
i added the second number in side TBool CSmsHandler::CreateMsgL()
like:->
TBuf<15> PhoneNumber2;
PhoneNumber2.Copy(_L("9999999999"));
iSmsMtm->AddAddresseeL( PhoneNumber2, entry.iDetails );
But when i am debugging this code i am getting error Panic KERN-EXEC 0.
Please suggest for the same.
Thanks & Regards
Alok Nath Khanna.

Reply With Quote


