Avoid the standard C libraries as they will add considerable overhead. For advanced math functions, check out mathlib in the unsupported folder. Michael Yam www.ytechnology.com jimmi <[EMAIL PROTECTED]> wrote in message news:13816@palm-dev-forum... > > Hi all, > > Does anyone know how to use standard C libraries in CodeWarrior R5? I want > to use the pow() function that is defined in math.h. I have included the > header file and have made a call to the function. When compiling I get the > following linker error: > > "Link Error : Starter.cpp: 'powd' referenced from > 'MainFormHandleEvent(EventType*)' is undefined." > > In math.h CodeWorrier defines pow to powd which is why it's is powd that is > undefined. > > Thanks > Jimmi > > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
