who can share msgs_autoshutdown.dso used in armv5/lib

Login to reply to this topic.
Tue, 2007-03-06 14:52
Joined: 2005-05-17
Forum posts: 77
Hello,

I need msgs_autoshutdown.dso used in armv5/lib of S60 3rd FP1. Who can share it or tell where I can find it? Because I use the Class CMsvEntrySelection and it needs the lib msgs_autoshutdown.dso.

Thanks in addvance.

Wed, 2007-03-07 12:21
Joined: 2004-11-29
Forum posts: 1155
Re: who can share msgs_autoshutdown.dso used in armv5/lib
That function should be in msgs.lib/dso according to documentation, and that lib is existing in my FP1 sdk...

sure you need that msgs_autoshutdown? (weird name too)
Wed, 2007-03-07 12:42
Joined: 2005-05-17
Forum posts: 77
Re: who can share msgs_autoshutdown.dso used in armv5/lib
Hello alh,

Thank you for your reply!

Because it is mentioned in class CMsvEntrySelection
like this:
Location: MSVSTD.H
Link against: msgs_autoshutdown.lib
Link against: msgs.lib
Wed, 2007-03-07 13:19
Joined: 2004-11-29
Forum posts: 1155
Re: who can share msgs_autoshutdown.dso used in armv5/lib
Oh I see, it does..  was looking in the wrong help file.

weird you would need two libs... I would expect only one of them beeing needed... But I assume you have tried that Smiley

Wed, 2007-03-07 14:06
Joined: 2004-09-14
Forum posts: 140
Re: who can share msgs_autoshutdown.dso used in armv5/lib
msg_shutdown is provided by Symbian to device manufacturers so that the messaging server can be shutdown if nothing is connected to it.

Msgs.dll assumes the messaging server is always loaded.

Paul Todd

Tue, 2008-07-01 13:22
Joined: 2008-07-01
Forum posts: 1
Re: who can share msgs_autoshutdown.dso used in armv5/lib

Dear Paul,

I'm trying to do this.

iSession = CMsvSession::OpenAsyncL(*this);

Would be able to tell me how else to do it if i can't get hold of msgs_autoshutdown.lib.

Thank you
Kumar

  • Login to reply to this topic.