Datalogic scorpio. Troubleshooting...

Post Reply
xVar
Posts: 35
Joined: Mon Jan 19, 2009 9:14 am

Datalogic scorpio. Troubleshooting...

Post 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.
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Datalogic scorpio. Troubleshooting...

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
xVar
Posts: 35
Joined: Mon Jan 19, 2009 9:14 am

Re: Datalogic scorpio. Troubleshooting...

Post by xVar »

Thnkth Antonio!
I will try.
Regards. Andrej.
xVar
Posts: 35
Joined: Mon Jan 19, 2009 9:14 am

Re: Datalogic scorpio. Troubleshooting...

Post 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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Datalogic scorpio. Troubleshooting...

Post 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.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Jon Munro
Posts: 42
Joined: Sun Oct 09, 2005 11:47 am
Location: Brisbane Australia
Contact:

Re: Datalogic scorpio. Troubleshooting...

Post 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
xVar
Posts: 35
Joined: Mon Jan 19, 2009 9:14 am

Re: Datalogic scorpio. Troubleshooting...

Post by xVar »

Thanks Jon!
I will probe this solution .
Regards. Andrej
Post Reply