Try to copy the declaration and paste it into the code just before you need it. Does it help?
Regards Henk
Aryeh Teitelbaum wrote:
Thanks for your help Dave, but the arguments are suitable.
Aryeh
----- Original Message ----- From: "Dave Lippincott" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[EMAIL PROTECTED]>
Sent: Monday, November 08, 2004 5:50 PM
Subject: Re: pow of math.h function does not compile
The function needs to be declared so the compiler/linker can work with it. It is likely you have your arguments wrong when using the pow function. Take a look at the argument types and make sure your variable types match what the compiler is expecting. The function prototype will be located in the math.h file.
-- ------------------------------------------------------------------------- Henk Jonas Palm OS ® certified developer
[EMAIL PROTECTED] www.metaviewsoft.de -------------------------------------------------------------------------
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
