Hi,
I want to add 2 new buttons "System" and "tracking" to menubar.
I have the following code
RESOURCE CBA r_ctrm_symbapp_softkeys_system_tracking
{
buttons =
{
CBA_BUTTON { id=ECtrm_SymbAppCmdSystem; txt = "System"; },
CBA_BUTTON { id=ECtrm_SymbAppCmdTracking; txt = "Tracking"; }
};
}
RESOURCE EIK_APP_INFO
{
menubar = r_menubar;
cba = R_CTRM_SYMBAPP_SOFTKEYS_SYSTEM_TRACKING;
}
to .hrh file
---------------
num TTRM_SymbIds
{
-----------------
ECtrm_SymbAppCmdSystem,
ECtrm_SymbAppCmdTracking,
----------------
};
But I am getting errors.
* RCOMP failed - deleting output files
Link name not found




