for panelPC I intended a pc with littler screen sizes and resolution (e.g.
6,4" or 7" with res. 640x480 or 800x480) with a processor like ARM not able
to run XP but preconfigured with WinCE (version ?).
systems either on standard notebook with different OS.
Post by r***@pen_fact.comOn Tue, 18 May 2010 13:46:31 +0200, "Max"
Post by MaxHello,
I would like to know which should be the best programming software in order
to develop applications that have to run either on panelPC with WinCE (not
phone) either on notebook with XP OS.
I'm not sure what you mean by "panelPC", but I'll try to give a brief
answer anyway, to hopefully get you a little closer. I'll assume you
mean some sort of retail, rather than industrial or custom, device.
And I assume you'll ask and/or comment if I don't answer your actual
question.
The current crop of retail Windows CE devices are running Windows
Mobile. You can use C#, C, or C++ to write apps for them. You can use
eVC (eMbedded Visual C), but most people use Visual Studio. You will
need an SDK (Software Development Kit) meant for the version of
Windows Mobile you want to support.
The next version of retail devices will be running Windows Phone 7.
They will _all_ be phones. And you will need to use Silverlight to
develop apps. No compatibility between Windows Mobile and Windows
Phone 7 apps.
Windows XP and other versions of "Big" Windows support a much wider
range of languages and development environments.
Post by MaxPossibly without great modifications between each release of the same
software.
It is possible to use the same source for Windows Mobile and "big"
Windows programs, with pre-compiler macros (#ifdef) to selectively use
parts of the code for different platforms. It is possible to use
completely share > 80% (very rough estimate) of the code. But few
people do this.
-----------------------------------------
To reply to me, remove the underscores (_) from my email address (and
please indicate which newsgroup and message).
Robert E. Zaret, MVP
PenFact, Inc.
20 Park Plaza, Suite 400
Boston, MA 02116
www.penfact.com