Dave,

At 11:12 AM 3/31/99 -0700, you wrote:
>I'm using the mathlib library (and successfully).  When going through
>my code (all that clean-up and documentation that we all promise to do
>later), I noticed that SysLibFind is not in the (version 2) API
documentation.
>I'm using the code snipet that Rick Huebner supplied on his web page
>(which, again, seems to work well).
>
>Anyone know more about this function, and why it's not in the docs?

SysLibFind is documented in the 3.0 SDK (Part II, p.174):

"A utility routine to return a reference number for a library that is
already loaded, given the name".

The prototype is:

Err SysLibFind (CharPtr name, UIntPtr refNumP)

name is the name of the shared library to be found
refNumP is an out-param for the library reference number

The library must already be loaded, or this function returns
sysErrLibNotFound (built-in libraries such as serial, ir, or net) are
preloaded by the OS.

Hope this helps.

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

Reply via email to