Greg Winton <[EMAIL PROTECTED]> wrote:
> At 11:24 AM 7/26/99 -0400, you wrote:
> >Im writing a plug-in which has a code resource.
> >In this plug-in, SysLibFind("Net.lib", &refNum) is called.
> >And my app prc calls this plug-in.
> >But actually in the plug-in, SysLibFind("Net.lib", &refNum) always returns
> >sysErrLibNotFound.
> >
>
> What library are you trying to find? If you are looking for the PalmOS
> NetLib library, I think you need to drop the '.' (ie. SysLibFind
> ("NetLib", &refNum). I don't remember offhand if this library is
> automatically loaded, so you may need to load it using SysLibLoad().
>
Thank you for your reply. but "Net.lib" is correct.
"Net.lib" is the name of PalmOS net library when you call SysLibFind().
This problem occurs only when plug-in by code resource calls SysLibFind().
---
Hiroyuki Okamoto
mailto:[EMAIL PROTECTED]