ExgSocketType exgSocket; MemSet ( &exgSocket, sizeof ( exgSocket ), 0 ); exgSocket.target = MyAppCreatorID exgSocket.name = "_local:SMS.sms";
ExgPut ExgSend (send a NULL-terminated string) ExgDisconnect
However, when I try to use a similar approach and send a message to the SMS application, just changing the target creator ID to 'smsm', the SMS application creator ID, I get
"SMS 4.0 just read from ..... which is in Memory Manager data structures."
Should I be sending something other than a string to the SMS application, or should I be doing something entirely different (like talking directly to the SMS Exchange Library)?
Ultimately, what I'm trying to do is intercept all incoming SMS messages (which I can do), grab those of interest to me, and pass on the rest to the SMS application.
TIA.
Regards, Steve Mann
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
