Windows mobile和 symbian平台下rtsp流媒体播放器开发
2010-08-22 13:01:00 来源:WEB开发网MoveWindow(rc.left, rc.top, rc.right-rc.left, rc.bottom-rc.top, TRUE);
}
else
{
RECT rcMenuBar = {0};
// To get into normal mode, first show all of the shell parts.
dwState = (SHFS_SHOWTASKBAR | SHFS_SHOWSTARTICON);
SHFullScreen(GetSafeHwnd(), dwState);
#ifdef POCKETPC2003_UI_MODEL
if(hmenu != NULL)
{
::ShowWindow(hmenu, SW_SHOW);
}
#endif
// Then resize the main window to be the size of the work area.
SystemParametersInfo(SPI_GETWORKAREA, 0, &rc, FALSE);
#ifdef POCKETPC2003_UI_MODEL
//GetWindowRect(hwnd, &rcMenuBar);
#endif
MoveWindow(rc.left, rc.top, rc.right-rc.left, rc.bottom-rc.top-26, TRUE);
}
2、symbian平台的mmp文件的include部分要添加 epoc32includestdapis
3、symbian平台的mmp文件添加CAPABILITY NetworkServices
4、symbian平台自签名:
Symbian9.2S60_3rd_FP1Epoc32 ools>makekeys -cert -password 密码 -len 2048 -dname "CN=Test User OU=Development OR=Company CO=FI EM=test@company.com" mykey.key mycert.cer
Symbian9.2S60_3rd_FP1Epoc32 ools>signsis name.sis name.sisx mycert.cer mykey.key 密码
更多精彩
赞助商链接