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

Easy API for sending and receiving SMS datagrams

4 replies · 7,079 views · Started 14 September 2004

I have been trying the example "Easy API for sending and receiving SMS datagrams" at http://www.symbian.com/developer/development/syslibs.html#datagram but I can't compile it successfully. The SMSDATAGRAMSERVICE project tells me about a missing header gsmuset.h, which I can't find anywhere on my harddrive and the T_DATAGRAMSERVICE tells me that the file datagramservice.lib does not exist. I'm new to Symbian and Series 60 programming and I'm currently trying to learn it fast to do a project. The project at the given web page is exeactly what I've been told that I need. Does anyone know why I can't make this example work?

joape382 wrote:I have been trying the example "Easy API for sending and receiving SMS datagrams" at http://www.symbian.com/developer/development/syslibs.html#datagram but I can't compile it successfully. The SMSDATAGRAMSERVICE project tells me about a missing header gsmuset.h, which I can't find anywhere on my harddrive and the T_DATAGRAMSERVICE tells me that the file datagramservice.lib does not exist. I'm new to Symbian and Series 60 programming and I'm currently trying to learn it fast to do a project. The project at the given web page is exeactly what I've been told that I need. Does anyone know why I can't make this example work?

Same problem with me too .
if u have solution let me know .

i'm using the sms receiving and pushing it to default directory
can someone tell me from where can i find this file and its library and also smsustrm.inl in smsustrm.h file these files are missing when i compile my sms module

i'm using the sms receiving and pushing it to default directory
can someone tell me from where can i find this file and its library and also smsustrm.inl in smsustrm.h file these files are missing when i compile my sms module

I downloaded the "Easy API for sending and receiving SMS datagrams" ( http://developer.symbian.com/main/to...m+easy&x=0&y=0 ).
I installed both SIS files onto my a1000.
Then I successfully compiled the T_DatagramService example.
But when I run it on the phone from ESHELL, I get some dependency errors:
ECOM DLL --- no import data
EUSER DLL --- no import data

DATAGRAMSERVICE - file was found, uid3 is upported

I guess 3rd line is ok, but what about first two lines?!? What do I miss?