Read-only archive of the All About Symbian forum (2001–2013) · About this archive

RSocket programming

1 replies · 2,103 views · Started 01 July 2003

Using RSmsSocketReadStream in RSocket

I'm trying to read an SMS directly from the RSocket (to be able to intercept it prior to placing it in the inbox)

The way to do this as I have learnt are to set up an RSocket and specify the the type of message to wait for. When the right message arrives I will have to use the RSmsSocketReadStream. However this is dependent of inclusion of the smsustrm.h header and the estor.lib. These are in place but when compiling it halts on a search for the smsustrm.inl which are not in place...

Anyone have any idea? I even tried to use the smsustrm.inl from the symbian sdk but it may be a later version dependent on symbian 7 specifications.

It seems there are a lot of problems using RSockets. The VC++ linking won't work and you must link from the command prompt, also. I was of the impression the series 60 was fully symbian 6.1 compliant but the SDK 1.0 doesn't seem to include the full symbian 6.1 set...

Regards / Haqwin