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().
If it is another (ie non-PalmOS) library, you will almost certainly need to
call SysLibLoad() instead. Contact me offlist if you need more details.
Regards,
Greg
Greg Winton
Bachmann Software and Services, LLC
mailto:[EMAIL PROTECTED]
http://www.bachmannsoftware.com
Software Development for Handheld & Mobile Computing, Windows and the Internet
Home of Bachmann Print Manager, the only graphical printing solution for
the Palm Computing Platform