FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Pocket PC Datalogic scorpio. Troubleshooting...
Posts: 35
Joined: Mon Jan 19, 2009 09:14 AM
Datalogic scorpio. Troubleshooting...
Posted: Wed Mar 04, 2009 07:24 AM

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.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Datalogic scorpio. Troubleshooting...
Posted: Wed Mar 04, 2009 09:21 AM

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
Posts: 35
Joined: Mon Jan 19, 2009 09:14 AM
Re: Datalogic scorpio. Troubleshooting...
Posted: Wed Mar 04, 2009 09:42 AM

Thnkth Antonio!
I will try.
Regards. Andrej.

Posts: 35
Joined: Mon Jan 19, 2009 09:14 AM
Re: Datalogic scorpio. Troubleshooting...
Posted: Wed Mar 04, 2009 10:40 AM

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

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Datalogic scorpio. Troubleshooting...
Posted: Wed Mar 04, 2009 05:10 PM

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
Posts: 42
Joined: Sun Oct 09, 2005 11:47 AM
Re: Datalogic scorpio. Troubleshooting...
Posted: Fri Mar 06, 2009 11:40 AM

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

Posts: 35
Joined: Mon Jan 19, 2009 09:14 AM
Re: Datalogic scorpio. Troubleshooting...
Posted: Sat Mar 07, 2009 09:24 AM

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

Continue the discussion