Hi everybody,
I'm new in Lazarus and I want some help .. I have to build an application for WinCE 5.0 using Lazarus 1.0.8 and lazarus-1.0.8-fpc-2.6.2-cross-arm-wince-win32
I started by making a simple application (a button that shows a message "Hello World"), So for that I made this configuration :
1) Projects -> Compiler Options... -> Paths -> LCL Widget Type: wince
2) Projects -> Compiler Options... -> Code -> Target OS: wince
3) Projects -> Compiler Options... -> Code -> Target CPU Family: arm
I succeeded to build application (.exe) but when I launch it on the device I can't find any form or UI that I made unless the form name (form1) on the task bar !
Can someone help me to fix that ?