> From: Alan Ingleby [mailto:[EMAIL PROTECTED]] > Did you prefix the prototype with "extern"... > (I don't know whether this is bad C or not...) The 'extern' keyword isn't needed for function declarations, only for data declarations. The problem here could be an erroneous 'static' keyword in front of the definition of the offending function, and is a generic C/C++ language issue having nothing to do with Palm OS. -slj- -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
