Forum > Windows CE
Windows CE compact embedded 7 - HELP!!!!
avra:
Try to copy this fake aygshell.dll to Windows dir on your WinCE:
http://www.wincesoft.de/aygshell.dll
Read also:
http://web.archive.org/web/20071008220449/http://pages.ccapcable.com/lac/PPC_on_HPC.html
List of supported devices and some more very important info about GAPI (if used at all, which I doubt):
http://www.wincesoft.de/html/gapi_for_hpc_s.html
http://www.wincesoft.de/html/ppc_apps_on_hpc_s.html
You can check if some other dll is needed with this tool:
http://www.geocities.co.jp/SiliconValley-Cupertino/2039/ExecutabilityCheck.zip
izio70:
I have tried all of your suggestions. does not work.
thank you so much for helping me, if you have other ideas I do other tests.
Kelsey:
Make sure you have the following Project Options set:
Compiler Options -> Target OS -> WinCE
Compiler Options -> Target CPU family -> arm
Compiler Options -> Additions and Overrides -> Set "LCLWidgetType" -> Value "wince"
Then compile, if the exe is too large go back into Project Options, Create a Release build mode and select that.
As for running on the device, I found I needed to switch the following form properties:
Position = poScreenCenter
Visible = true
KeyPreview = true (if you plan on accepting key presses)
If you still can't get it to work, try copying and pasting the code and I'll take a look.
neopos:
Any luck with this? Tried all the hints and suggestions shown but no luck.
I am using Lazarus 1.6 and lazarus-1.6.4-fpc-3.0.2-cross-arm-wince-win32. (on Windows 7 64 bit)
Tying to run a simple app on a Motorola MC3200 PDT with Windows CE7 using and ARM OMAP4 (Cortex A9) processor.
Getting EAccessViolation $00012708.
Previously running the same app on a Motorola MC3100 with Windows CE 6. No Problem.
Already spent a couple of days on this but no joy.
Any suggestions would be greatly appreciated.
mati66688:
Hi there!
I have some problem with lazarus and WinCE7... When I'm trying tu put exe at device I have error
"An unhandled exception occurred at $000126EC..." . App is just created project with changes like wince at LCLwidgetType and compiler ppcrossarm.exe
What else can I do to make it work? App work normaly on Wince 6 emulator :(
Testing Device: sumbol -MC92ND (Motorola)
Navigation
[0] Message Index
[#] Next page
[*] Previous page