Thanks for the reply Danny. I did what you suggested.
But I still have the same problem :-(

This is what I am doing now:
-------------------------------------
MemPtr socketMemPtr;
ExgSocketType *socket;
Err error;

socketMemPtr = MemPtrNew((UInt32) sizeof(ExgSocketType));
socket = (ExgSocketType *) socketMemPtr;

<snip>
description, name etc. .....
<snip>

error = ExgPut(socket);
if(!error)
{
   // Send data
   // Disconnect
}

<snip>
-------------------------------

And still I get the same errMemerror at ExgPut on 3.5 and not on
OS 4.0.
Now I dont know what to do next.

Thanks in advance for all the help.

Kumar.


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to