Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Windows CE
»
Normal Windows CE NOT Windows Mobile
Free Pascal
Website
Downloads
Wiki
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Bugtracker
IRC channel
Latest SVN
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
More componenets.
by
Martin_fr
[
Today
at 06:36:43 pm]
Tchart Log10 transformati...
by
wp
[
Today
at 05:35:36 pm]
Indy: check if client is ...
by
engkin
[
Today
at 05:21:26 pm]
[LAMW] jNotificationManag...
by
Segator
[
Today
at 05:00:51 pm]
linux x64 assembler
by
Key-Real
[
Today
at 05:00:45 pm]
Linux messagebox
by
Handoko
[
Today
at 04:57:37 pm]
WinAPI - examples - post ...
by
440bx
[
Today
at 04:57:12 pm]
LAMW - Linux Installation...
by
Handoko
[
Today
at 04:53:21 pm]
[LAMW] is it possible sen...
by
Segator
[
Today
at 04:29:53 pm]
converting C++ over laz, ...
by
jamie
[
Today
at 04:19:26 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: Normal Windows CE NOT Windows Mobile (Read 5004 times)
valutcizen
Newbie
Posts: 1
Normal Windows CE NOT Windows Mobile
«
on:
October 28, 2010, 08:23:43 am »
How can I write program to normal Windows CE - NOT Windows Mobile?
Logged
felipemdc
Administrator
Hero Member
Posts: 3541
Re: Normal Windows CE NOT Windows Mobile
«
Reply #1 on:
October 28, 2010, 09:11:02 am »
Yes.
If you using Lazarus to build the user interface, it will attempt to auto-detect the kind of device and execute automatic adjustments to help fit the GUI to the device.
Logged
LazaruX
Hero Member
Posts: 597
Lazarus original cheetah.The cheetah doesn't cheat
Re: Normal Windows CE NOT Windows Mobile
«
Reply #2 on:
October 28, 2010, 11:29:49 am »
Strange question and strange answer.
As I knew Windows CE is just the old naming of Windows Mobile (or PocketPC).
Your answer felipe does not seem to be the answer to the above question, or am i confused?
Logged
Zaher
Hero Member
Posts: 611
Re: Normal Windows CE NOT Windows Mobile
«
Reply #3 on:
October 28, 2010, 12:38:08 pm »
BPsoftware, felipe answer is correct, your exe in the wince/wm will auto detect the system to show the forms
or you can add to your project
Application.Initialize;
Application.ApplicationType := atPDA; //or atDesktop
Logged
github.com/parmaja
github.com/zaher
felipemdc
Administrator
Hero Member
Posts: 3541
Re: Normal Windows CE NOT Windows Mobile
«
Reply #4 on:
October 28, 2010, 01:07:44 pm »
Quote from: Zaher on October 28, 2010, 12:38:08 pm
Application.Initialize;
Application.ApplicationType := atPDA; //or atDesktop
One correction: The order of the commands above should be inverted.
Logged
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Operating Systems
»
Windows CE
»
Normal Windows CE NOT Windows Mobile
TinyPortal
© 2005-2018