Alarm Server using RASCliSession/TASShdAlarm but exits during AlarmAdd()

Login to reply to this topic.
Thu, 2007-08-09 15:37
Joined: 2007-08-03
Forum posts: 2

Puzzled i am trying to create an alarm app.but the control leaves here:

TRAPD(error,iAlarmServerSession.AlarmAdd(alarm));
if(error!=KErrNone)
{
User::LeaveIfError(error);

i went mad by trying to debug...but the control dosnt even move further to

TRAPD(error,iAlarmServerSession.AlarmAdd(alarm));

so cant even check the exact error value..
the debugger shows Source not found and when i try to click that button below this it asks me for some path....what path is it asking??
i tried it both on SDK and Devkit...but all the same escept few times it showed error -1(not found) on SDK and -15(server terminated) on devkit while the app exited.
both AlarmClient.lib AlarmShared.lib are there in SDK and Devkit...
i saw a lot of old posts saying missing these .libs but no buddy replied back if they were succeeded in rectifying their problem...

i wd appreciate any suggessions that could through some lite on this issue...

Thanks a lot in advance...

  • Login to reply to this topic.