When you use 3rd party functions you need to include the proper libraries with your project. Make sure you have included the scan manager library file in your project. Take a look at the ScanDemo project for an example.
----- Original Message ----- From: "Toey Thongprajiad" <[EMAIL PROTECTED]> To: "Palm Developer Forum" <[EMAIL PROTECTED]> Sent: Tuesday, November 13, 2001 1:58 PM Subject: CW 8 and SPT1500 > Hello, > > I am using CodeWarrior for Plam OS version 8 and Symbol Palm Terminal > SDK Revision A for Palm OS 3.5 on a windows 98 PC. I try to run the > demo projects that come with the SPT SDK, but I got the following > errors. > > Link Error : ScanMgr.c: Illegal object data in 'ScanMgr.c'. > Link Error : Sscan.c: 'ScanIsPalmSymbolUnit' referenced > from 'StartApplication' is undefined. > Link Error : Sscan.c: 'ScanOpenDecoder' referenced > from 'StartApplication' is undefined. > Link Error : Sscan.c: 'ScanCmdScanEnable' referenced > from 'StartApplication' is undefined. > Link Error : Sscan.c: 'ScanSetTriggeringModes' referenced > from 'StartApplication' is undefined. > Link Error : Sscan.c: 'ScanSetBarcodeEnabled' referenced > from 'StartApplication' is undefined. > Link Error : Sscan.c: 'ScanCmdSendParams' referenced > from 'StartApplication' is undefined. > Link Error : Sscan.c: 'ScanIsPalmSymbolUnit' referenced > from 'MainFormHandleMenu' is undefined. > Link Error : Sscan.c: 'ScanCmdScanDisable' referenced > from 'MainFormHandleMenu' is undefined. > Link Error : Sscan.c: 'ScanCmdParamDefaults' referenced > from 'MainFormHandleMenu' is undefined. > Link Error : Sscan.c: 'ScanCmdScanEnable' referenced > from 'MainFormHandleMenu' is undefined. > Link Error : Sscan.c: 'ScanGetExtendedDecodedData' referenced > from 'OnDecoderData' is undefined. > Link Error : Sscan.c: 'ScanGetDecodedData' referenced > from 'OnDecoderData' is undefined. > Link Error : Sscan.c: 'ScanIsPalmSymbolUnit' referenced > from 'MainFormHandleEvent' is undefined. > Link Error : Sscan.c: 'ScanCmdStartDecode' referenced > from 'MainFormHandleEvent' is undefined. > Link Error : Sscan.c: 'ScanIsPalmSymbolUnit' referenced > from 'AboutOnInit' is undefined. > Link Error : Sscan.c: 'ScanGetDecoderVersion' referenced > from 'AboutOnInit' is undefined. > Link Error : Sscan.c: 'ScanGetScanPortDriverVersion' referenced > from 'AboutOnInit' is undefined. > Link Error : Sscan.c: 'ScanGetScanManagerVersion' referenced > from 'AboutOnInit' is undefined. > Link Error : Sscan.c: 'ScanIsPalmSymbolUnit' referenced > from 'StopApplication' is undefined. > Link Error : Sscan.c: 'ScanCmdScanDisable' referenced > from 'StopApplication' is undefined. > Link Error : Sscan.c: 'ScanCloseDecoder' referenced > from 'StopApplication' is undefined. > > > Thank you very much > Toey Thongprajiad > > -- > For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/ > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
