I've met same problem before and finally I found that mis-use of "static" will lead to such problem. All static functions can be used only within the file the functions are defined, although it can be declared anywhere. Hope it can help you.
"David" <[EMAIL PROTECTED]> �b�l�� news:[EMAIL PROTECTED] �����g ... > > When I compile my application, all the source compiles fine but when it gets > to the linking stage, I get an error that says 'undefined reference to' and > it gives the name of my function. This happens for two functions I have. > They are both defined in anothre source file but are being called from my > form handle event. I am using Falch.net DeveloperStudo V2.7.2. Any input > to how to correct it would be great. > > Thanks, > David > > > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
