You did the include before you try to use pow? Could you post some code? Is the pow declared inside the math.h, have you checked? Are you sure you checked the correct math.h? Make just the preprocessor stage and look into th (big) output file from the preprocessor. Is pow() declared?
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/

Reply via email to