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.
Datalogic scorpio. Troubleshooting...
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Datalogic scorpio. Troubleshooting...
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.
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...
Thnkth Antonio!
I will try.
Regards. Andrej.
I will try.
Regards. Andrej.
Re: Datalogic scorpio. Troubleshooting...
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
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
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Datalogic scorpio. Troubleshooting...
Andrej,
Yes, that is the idea to solve it.
You have to avoid the use of some functions that are not available in WinCE.
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...
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
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
Jon Munro
www.bscan456.com
www.bscan456.com
Re: Datalogic scorpio. Troubleshooting...
Thanks Jon!
I will probe this solution .
Regards. Andrej
I will probe this solution .
Regards. Andrej