Forum > WinCE
Lazarus + Windows CE 6.0
RaC:
Hi !
I can't figure this one out.
When i create a simple "Hello World" project for WINCE and i compile it,
the .exe runs fine on the Windows Mobile 6 emulator (with WINCE OS 5.2x).
But when i copy that .exe to a real WINCE OS 6.00 device, the .exe does "run",
but there is no form visible.
On the "Hello World" i only used a button on a form, nothing special.
Do i need to copy files to the WINCE OS 6.00 device to make it work ?
Or do i need special settings to get it working in OS 6.00 ?
I hope someone knows the solution :D
Thanks !
Paul
felipemdc:
--- Quote from: RaC on December 13, 2012, 02:34:33 am ---Do i need to copy files to the WINCE OS 6.00 device to make it work ?
--- End quote ---
No, only the .exe
--- Quote ---Or do i need special settings to get it working in OS 6.00 ?
--- End quote ---
Probably your device uses another architecture, not ARM. Which is your exact processor model? Check its documentation if it is ARM, x86 or MIPS. See other possible reasons here:
http://wiki.lazarus.freepascal.org/WinCE_Programming_Tips#Application_runs_on_Windows_Device_Emulator.2C_but_not_on_physical_device
RaC:
Hi,
Thanks for your reply.
The device i'm using runs on Windows CE 6.0 and it says :
Freescale ARM113
(It should be an ARMV4I according to the manufacture)
I really hope i get this to work :D
When i run the .exe now on the device, i get no messages at all, just
no form visible.
Thanks again !
Paul
Laksen:
Does a simple console application run okay on the real device?
goodname:
The wiki has some suggestion about tracking down problems like this.
See "TIPS / FAQ"
http://wiki.freepascal.org/WinCE_Programming_Tips
Navigation
[0] Message Index
[#] Next page