Hi Logan,

 Thank you very much .. your solution solved my problem. Now I can send some 
data through sockets. Now I am facing a problem in receiving a data thrg 
sockets. 

When I try to call the fallowing function it gives me 
        "4625   netErrInternal"

code for receiving:
void *dataToRead;
char* gotdata;

result = NetLibReceive(AppNetRefnum, socket, dataToRead, 10, 0,   NULL, NULL, 
-1, &error );


"error" I get is  4625  (netErrInternal)

..
Can anybody please tell me the solution? I read some posts regading the working 
of this API on the Simulator( this API does not work on Simulator ). But I dont 
have a Treo to test the code.

Thanks in Advance.

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

Reply via email to