can anyone say how to slove this error!???
------
CODE
------
MENU_ITEM { command=EsplashnewCmdAppTest; txt="Test"; }
--------
ERROR
-------
Cannot convert "EsplashnewCmdAppTest" to a number. splashnew.rss
can anyone say how to slove this error!???
------
CODE
------
MENU_ITEM { command=EsplashnewCmdAppTest; txt="Test"; }
--------
ERROR
-------
Cannot convert "EsplashnewCmdAppTest" to a number. splashnew.rss
Have you defined EsplashnewCmdAppTest? You should have something like this in your HRH-file:
enum TMyCommands
{
EsplashnewCmdAppTest = 1
};
Regards,
ivey
thnks ivey ,
u solved my problem man , Thnks a lot!!!!!!!!!!
one more error is there , u can solve it --i suppose.
-------
CODE
-------
void HandleControlEventL(CCoeControl* aControl,TCoeEvent aEventType);
-------
error
-------
illegal access from 'CsplashnewView' to protected/private member 'MCoeControlObserver::TCoeEvent' splashnewView.h splashnew/inc line 78 July 10, 2006 12:54:25 PM 3690