Yes, I did add the Palm OS Glue Library file to my project file. Here is what I did:
#include "FrmGlue.h"
I include the Glue header file in the project file that I use the Glue function. I also include the header file in my main header file. However, I still receive link error. (I remove all the object files and recompile and link them) Please advice. Thank you!
Adding the header isn't enough. That just adds in the glue function prototypes. You also need to add the PalmOSGlue.lib file to your CW project or add a -LPalmOSGlue to the linker command line if you're using PRC-Tools.
-- Ben Combee, Technical Lead, Developer Services, PalmSource, Inc. "Combee on Palm OS" weblog: http://palmos.combee.net/ Developer Fourm Archives: http://news.palmos.com/read/all_forums/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
