yes, i have tried that one too. It isn't working. it even gives more error if i
use that.
i got the sample code from palmsource knowledgebase, answer id 21.
there they have used:
err = SysLibFind ("Net Lib", AppNetRefnum);
And just to make sure, i tried it again using Net.lib using the code below:
err = SysLibFind ("Net.lib", &gNetLibVar.AppNetRefnum);
if (err == 0)
{
err = SysLibLoad (sysFileTLibrary, sysFileCNet, &gNetLibVar.AppNetRefnum);
.
.
.
but the result is the same. It doesnt work on the device with the same
netsocketerrorbusy and on the emulator the timeout is not working.
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/