PDA

View Full Version : Signature Capture


Noob
06-14-2005, 09:11 AM
I'm trying to modify the Signature Capture sample that is posted on the Palm site. However, since CodeWarrior for palm os is nowhere to be found I'm trying to modify it with with the Palm OS Developer Suite. However, I can't get the errors to go away

Any help would be appreciated. Thanks.

m68k-palmos-gcc -o Debug/Signature Debug/Main.o Debug/Signature.o -g
Debug/Signature.o(.text+0x16c): In function `SignatureGadgetClear':
Signature.c:155: undefined reference to `FrmGlueGetObjectUsable'
Debug/Signature.o(.text+0x1e4): In function `SignatureGadgetRead':
Signature.c:187: undefined reference to `BmpGlueGetDimensions'
Debug/Signature.o(.text+0x1f0):Signature.c:188: undefined reference to `BmpGlueGetBitDepth'
Debug/Signature.o(.text+0x222):Signature.c:195: undefined reference to `BmpGlueGetBits'
Debug/Signature.o(.text+0x244):Signature.c:197: undefined reference to `BmpGlueGetBits'
Debug/Signature.o(.text+0x27e):Signature.c:201: undefined reference to `FrmGlueGetObjectUsable'
Debug/Signature.o(.text+0x390): In function `SignatureGadgetWriteToDB':
Signature.c:260: undefined reference to `BmpGlueGetDimensions'
Debug/Signature.o(.text+0x3b8):Signature.c:265: undefined reference to `BmpGlueGetBits'
collect2: ld returned 1 exit status
make: *** [Debug/Signature] Error 1

drvman02
06-14-2005, 02:31 PM
Looks like your just missing the PalmOSGlue Library when your linking. The file to link with is PalmOSGlue.lib or libPalmOSGlue.a.

These are included in the PalmOS Core API SDK.