I'm trying to use MathLib (obviously). I've followed
the directions on how to include it from their site,
which is basically including the following code in the
AppStart()
Err error;
error = SysLibFind(MathLibName, &MathLibRef);
if (error)
error = SysLibLoad(LibType, MathLibCreator,
&MathLibRef);
ErrFatalDisplayIf(error, "Can't find MathLib");
error = MathLibOpen(MathLibRef, MathLibVersion);
ErrFatalDisplayIf(error, "Can't open MathLib");
Then some code to clean this up in AppStop(), as well
as including Mathlib.h in whichever additional source
files use the math functions. The code above, in
AppStart(), is where the error is thrown.
I'm using CW 8, and I've added both Mathlib.c and
Mathlib.h to my project. Any ideas what I'm doing wrong?
__________________________________________________
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now.
http://mailplus.yahoo.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/