Hi Sumita,
When I use ScanDemo from Samples folder of Symbol SDK, it is giving
error: "Could not find or load file "PalmOSRuntime_2i_A5.lib" for target
project.
So I added path -
"C:\Program Files\Metrowerks\CodeWarrior\Palm OS Support\CodeWarrior
Libraries\Runtime"
to my "Access Paths->User Path" setting.
After that I am getting link Errors.
Now what should I do?
Thanks,
Amit Solanki
(i) Look for 'ScanMgr.lib' in your SDK. Make sure you have the path ...\Lib
included in your Access Paths.
(ii) Try compiling Symbol Scanner sample (its there alongwth SDK) first.
>>> [EMAIL PROTECTED] 12/05/02 02:24PM >>>
My code is like this. I do not get any compile error. Only link errors are
coming. Still the link errors are same.
#ifdef __cplusplus
extern "C" {
#endif
#include "PalmOS.h" // all the system toolbox
headers
#include "ScanMgrDef.h" // scan manager constants
#include "ScanMgrStruct.h" // scan manager structures
#include "ScanMgr.h" // scan manager API functions
#ifdef __cplusplus
}
#endif
Hi Amit.
If you develop using c++ than try this:
extern "C"
{
#include <ScanMgrDef.h> // Scan Manager constant
definitions
#include <ScanMgrStruct.h> // Scan Manager structure
definitions
#include <ScanMgr.h> // Scan Manager API function
definitions
}
HELLO ALL,
I am running an application for Symbol SPT barcode scanner with
Symbol's SDK 3.10 and codewarrior 8.0.
I have included include and lib directory paths of Symbol sdk in "Access
Path" Settings.
When I am running application I am getting
Link Error: 'ScanOpenDecoder' referenced from 'StartApplication' is
undefined.
'ScanGetDecodedData' referenced from 'ScanBarcode' is
undefined.
These are defined in ScanMgr.h header file of Symbol SDK.
Is there any error in my code or any setting is missing?
Regards,
Amit Solanki
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/