Re: symbol sdk

2003-03-04 Thread Gearoid Murphy
The Symbol 1700/1800 SDK (3.10 is the latest, I think) seems to include the types that were discontinued in the Palm OS SDK from version 3.5 onwards (e.g. DWord, Word, SWord etc). Is it possible to include the Symbol SDK in a project that uses the latest Palm OS SDK? Do you use

Re: symbol sdk

2003-03-04 Thread John E. Christ III
The Symbol 1700/1800 SDK (3.10 is the latest, I think) seems to include the types that were discontinued in the Palm OS SDK from version 3.5 onwards (e.g. DWord, Word, SWord etc). Is it possible to include the Symbol SDK in a project that uses the latest Palm OS SDK? I'm using the Symbol SDK

Re: symbol sdk

2003-03-03 Thread burhan ahmad
i want to build an application that has symbol sdk and ultralite support. I can do one thing at a time either have symbol sdk by using application wizard or using stationary for ultralite but how do i include both. await. John E. Christ III [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED

Re: symbol sdk

2003-03-03 Thread John E. Christ III
i want to build an application that has symbol sdk and ultralite support. I can do one thing at a time either have symbol sdk by using application wizard or using stationary for ultralite but how do i include both. Open one of the Symbol samples, for example SscanDemo. Make note

symbol sdk

2003-03-02 Thread burhan a.
how do i include symbol sdk in codewarrior to implement barcode functionality. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Re: symbol sdk

2003-03-02 Thread John E. Christ III
how do i include symbol sdk in codewarrior to implement barcode functionality. Look in the samples directory of the Symbol SDK. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/

Symbol SDK Falch.net tool

2002-11-22 Thread Amit Solanki
Hello, I have a Symbol PDA with SPT 1500 barcode scanner. And also Symbol SDK 3.10 But I am not using CodeWarrior. I am using Falch.net tool for palm development. I have come to know that Falch.net could not support Symbol SDK for barcode scanning. Does anyone know, how can I use

Symbol SDK Support

2002-01-29 Thread Lubomyr Humetsky
Hi, I am developing Application for Palm OS 3.0 with POL 3.23. I am using Palm OS 3.5 Exceptions project stationary with enabled MAINTAIN_COMPATIBILITY flag. To this moment I did not have any compilation, linking or running problems. But, when I started to use Scan Manager API (Symbol SDK)I am

Re: Symbol SDK Support

2002-01-29 Thread Jim Schram
started to use Scan Manager API (Symbol SDK)I am receiving error during linking of project, that linker can not find implementation for API functions. When I am using this API in simple Palm OS 3.1 stationary project, no problems occurred. I think the problem is the Scan Manager Library or rather

RE: Symbol SDK: C vs C++

2000-08-14 Thread Rob Mermans
ngineering -Original Message- From: Martens, Eric A. [mailto:[EMAIL PROTECTED]] Sent: Friday, August 11, 2000 23:31 To: Palm Developer Forum Subject: Symbol SDK: C vs C++ I tried adding scanner functions to my code and the linker choked. I played around with the sample apps an

RE: Symbol SDK: C vs. C++

2000-08-14 Thread Heather Tufts
I tried adding scanner functions to my code and the linker choked. I played around with the sample apps and it seems to be that enabling the C++ compiler causes this behavior. Does anyone have any suggestions as to what I could try to do to use the scanner functions in a C++ project?

Recall: Symbol SDK: C vs C++

2000-08-11 Thread Martens, Eric A.
Martens, Eric A. would like to recall the message, "Symbol SDK: C vs C++". -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Symbol SDK: C vs. C++

2000-08-11 Thread Martens, Eric A.
I tried adding scanner functions to my code and the linker choked. I played around with the sample apps and it seems to be that enabling the C++ compiler causes this behavior. Does anyone have any suggestions as to what I could try to do to use the scanner functions in a C++ project? Thanks,

Symbol SDK: C vs C++

2000-08-11 Thread Martens, Eric A.
I tried adding scanner functions to my code and the linker choked. I played around with the sample apps and it seems to be that enabling the C++ compiler causes this behavior. Does anyone have any suggestions as to what I could try to do to use the scanner functions in a C++ project? Thanks,

Recall: Symbol SDK: C vs. C++

2000-08-11 Thread Martens, Eric A.
Martens, Eric A. would like to recall the message, "Symbol SDK: C vs. C++". -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/

Re: Recall: Symbol SDK: C vs C++

2000-08-11 Thread Richard Burmeister
From: "Martens, Eric A." [EMAIL PROTECTED] Subject: Recall: Symbol SDK: C vs C++ Martens, Eric A. would like to recall the message, "Symbol SDK: C vs C++". Are they fond memories for you? [ Sorry, I couldn't help myself! ;) ] -- For information on using the P

Symbol SDK: GCC and spt1740.lib

2000-06-02 Thread Rab Bonnar
I'm trying to link using the GCC compiler, but the CodeWarrior generated library spt1740.lib causes errors. I understand this is due to the different library format (I have already used a GCC version of ScanMgr.lib, called ScanMgr.o, to overcome previous linking errors). Does anyone have a

Re: Symbol SDK: GCC and spt1740.lib

2000-06-02 Thread raoul reyes
I believe there is a version for this for gcc (I am using Linux) because I was able to get a ScanMgr.o (for the barcode scanner) that works. I recall the guy that gave it to me got it from Symbol and he said Symbol does provide it. I will have to look at my old emails and check where I got it