|
练习helloworld文档5,添加RS文件,文件添加好,XRG编译也能通过,但是在mmi_helloworldapp.c里运行模拟器时,里面位置,大小参数不能从rs文件中传递过来,debug的时候就中断,不知道什么问题,请赐教!
HELLOWORLD_WND_TEXT_t *pViewRC = LoadRC(CLSID_HELLOWORLDAPP, HELLOWORLD_WND_TEXT);
IWidget *pText= WdgTextCreateForWnd(hWin,
&pViewRC->TextWdg.tCommon.tPos, /* Text Position defined in RS file */
&pViewRC->TextWdg.tCommon.tSize, /* Text Size defined in RS file */
HELLOWORLD_WND_TEXT_WDG,
pViewRC->TextWdg.tCommon.nStyle);/* Text Style defined in RS file */
WdgTextSetDataByID(pText, pViewRC->TextWdg.nDataID);
里面没有参数,有谁知道? |
|