In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] wrote: > I need to use MemGluePtrNew(), so I added #include <PalmOSGlue.h> to the > code and I tried to compile with m68k-palmos-gcc.exe -o myapp.code.1.sym > myapp.c -lPalmOSGlue > > I get only this linker error: cannot find -lPalmOSGlue > > I tried to find out something in Internet, but nothing. > > Thanks for help.
libPalmOSGlue.a is included in the SDK 5-R3 for PRC-Tools. This is a separate download from the developer area on www.palmsource.com (http://www.palmos.com/cgi-bin/sdk50.cgi). Note that this SDK is also included in the (large) PODS download. Also make sure the linker can find libPalmOSGlue.a HTH Ton van Overbeek -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
