Hi LyKa,

> is the netlibsocketlisten function working properly? i used it in my code, 
> but it is not working as expected. here's the code i used:
> 
> err = SysLibFind ("Net Lib", &gNetLibVar.AppNetRefnum);

I googled, and found on: 
http://www.palmos.com/dev/support/docs/palmos/NetworkCommunication.html

err = SysLibFind("Net.lib", &AppNetRefnum); 
if (err) {/* error handling here */} 

Maybe you should just change "Net Lib" to "Net.lib"?

[*snip*]

> i believe my code is right, but can anyone tell me why i get that error?
> 
> Lyka

Hope this was to any help!

/John

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

Reply via email to