求助v5 工程调用系统浏览器 不成功,但在测试的成功。不明白

sunyanqiao 2012-01-11 11:15:07
_LIT(KFlashHiShowMyUril,"http://wap.shanxiu.net/wapLoginAction.do?method=clientLogin&loginUser=13606493540");//我的闪秀
// Load a string from the resource file and display it
TUid id(TUid::Uid(0x10008D39));
TApaTaskList taskList(CEikonEnv::Static()->WsSession());
TApaTask task = taskList.FindApp(id);
RApaLsSession appArcSession;
TThreadId thread_id = 0;

TBuf<256> urllink;
urllink.Copy(KFlashHiShowMyUril);



if (task.Exists())
{

// task.SendMessage(TUid::Uid(0), urllink); // Uid is not used
CleanupStack::PopAndDestroy();
}
else
{
User::LeaveIfError(appArcSession.Connect()); // connect to AppArc server
appArcSession.StartDocument(urllink, TUid::Uid(0x10008D39), thread_id);
appArcSession.Close();
}

但是在测试程序上 调用成功在工程失败
...全文
2529 1 打赏 收藏 转发到动态 举报
写回复
用AI写文章
1 条回复
切换为时间正序
请发表友善的回复…
发表回复
sunyanqiao 2012-01-11
  • 打赏
  • 举报
回复
appArcSession.StartDocument(urllink, TUid::Uid(0x10008D39), thread_id);
KErrNotSupported的错误代码

3,120

社区成员

发帖
与我相关
我的任务
社区描述
塞班系统(Symbian系统)是塞班公司为手机而设计的操作系统,它的前身是英国宝意昂公司的 EP ( Electronic Piece of cheese)操作系统。
社区管理员
  • Symbian社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧