I'm gettting the error:
"FTPClient" tried to call a function in a shared library using a reference
number of 3338. This reference number does not correspond to any currently
installed library and is invalid.
Does anyone knows what should I do?
I'm getting this error when I do NetLibTracePutS(AppNetRefnum,
"Connected");
I'm sure I called
err = SysLibFind("Net.lib", &AppNetRefnum);
if (err) {
StatusMessage("Net Library not found, exiting...");
return err;
}
inside AppStart()
Help me. This is my first time programming with TCP/IP.
Thanks
Leonardo Holanda.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/