Hi,
My code is:
RProcess process;
TUidType uidtype(KNullUid);
TInt eeee = process.Create(_L("SmsEditor"), _L("teststring"), EOwnerProcess);
process.Resume();
process.Close();
return;
the goal is to start the SMSEditor and pass the message needs to be sent to him
but when I excute the code, it crashes. I think it is because of that the format of the text (the 2nd para of Create) is incorrect. Can anybody tell me what is the right format of it? Thank you very much!




