Page 1 of 1

Datalogic scorpio. Troubleshooting...

PostPosted: Wed Mar 04, 2009 7:24 am
by xVar
Hi everybody.

I try use fwppc applications on Datalogic scorpio device.
Is very funny, but programs not run.

After I start applicate, I get this system message.
"Cannot find ’appname’ (or one or of its components). Make sure the path and filename are correct and that all the required librares are available"

Device parameters:

BETRIEBSSYSTEM Windows CE 5.0 Core/Professional
MIKROPROZESSOR Intel® XScale PXA270 @ 312/520 MHz
SYSTEM RAM SPEICHER 64 MB/128 MB
SYSTEM FLASH SPEICHER 64 MB/128 MB (inkl. Sicherungsverzeichnis zur permanenten
Speicherung von Benutzer- & Programmdaten

On device not runs demo programs from FWPPC site too.

I seek forum for this problem, and find one topic without any solution.


Any idea?

Regards.

Andrej.

Re: Datalogic scorpio. Troubleshooting...

PostPosted: Wed Mar 04, 2009 9:21 am
by Antonio Linares
Andrej,

There are some functions that WinCE does not support, that Windows Mobile (Pocket PC) supports.

Please build FWPPC\samples\Tutor02.prg and uncomment the commented functions at the bottom of tutor02.prg. It should work fine.

Re: Datalogic scorpio. Troubleshooting...

PostPosted: Wed Mar 04, 2009 9:42 am
by xVar
Thnkth Antonio!
I will try.
Regards. Andrej.

Re: Datalogic scorpio. Troubleshooting...

PostPosted: Wed Mar 04, 2009 10:40 am
by xVar
Tutor02 is ready to run.

Can I fix all apllications with this temporary fixes, or in this case I have reduced functionality , and can't use some FWPPS functions ?

Regards
Andrej

Re: Datalogic scorpio. Troubleshooting...

PostPosted: Wed Mar 04, 2009 5:10 pm
by Antonio Linares
Andrej,

Yes, that is the idea to solve it.

You have to avoid the use of some functions that are not available in WinCE.

Re: Datalogic scorpio. Troubleshooting...

PostPosted: Fri Mar 06, 2009 11:40 am
by Jon Munro
Hi Andrej

I compiled my application for the Datalogics Falcon 4420 (see http://www.bscan456.com to download) and initially had the same problem. The solution is in the link script:

%vcdir%\bin\link @msvc.tmp /nologo /MAP:bs456info.map /SUBSYSTEM:WINDOWSCE,4.20 /MACHINE:THUMB /verbose:lib

I also use the Datalogics scanner API to achieve the maximum scanning speed. Let me know if you need some hints with this.

regards

Re: Datalogic scorpio. Troubleshooting...

PostPosted: Sat Mar 07, 2009 9:24 am
by xVar
Thanks Jon!
I will probe this solution .
Regards. Andrej