Thanks Jeff,
One more bit of information, where can I get some programmin training. I've
been trying to contact palm for months without success. It seem Palm is just
an email company and they don't have phones or human beings attending the
store. I really would like to learn how to: use graphics, use WI-FI, use
Bluetooh, learn to use the API and all of that good stuff.
I've got code warrior but I though they went the same rout as the
dynosours....
anywho: thanks again, i should have joined this forum a long time ago...
dt.lcr
----- Original Message -----
From: "Jeff Loucks" <[EMAIL PROTECTED]>
To: "Palm Developer Forum" <[email protected]>
Sent: Wednesday, November 08, 2006 8:20 PM
Subject: Re: newbe question
If you need to know what kind of device you are running on, there are
features that can be queried that identify make, model and hardware
details.
However, all contemporary PalmOS devices will execute a classic 68K
application that has been written to OS4.1 specification. New devices
use ARM processors, not 68K, but support 68K code with something
called PACE, essentially a 68K emulation.
Native ARM application development is not supported for PalmOS 5 and
earlier, and PalmOS 6 has been abandoned. Instead, you write a 68K
app, and if necessary, execute ARM code (armlets) from within the 68K
app. Native ARM code is rarely indicated, and only when native
(extreme) performance is required.
Most PalmOS functionality on ARM devices is implemented in native ARM
code. If your application makes heavy use of PalmOS APIs, then your
app is running mosty native ARM, even though it is an emulated 68K
app.
There are many environments that will produce a PalmOS application -
CodeWarrior and PODS are two of them. I recommend you pick the one you
like and develop standard 68K apps. Only if you need some kind of
extreme performance, should you need to look into any form of native
ARM code.
On 11/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
how do you know what kind of device you are using. for example if I'm
using
a TX what is it, a 68k, an ARM, or some other great little hidden name?
I need to know so I can select the right compiler/OS to program in...
dt.lcr
--
For information on using the PalmSource Developer Forums, or to
unsubscribe,
please see http://www.palmos.com/dev/support/forums/
--
yisdersomenimororsisasisdenderisorsis?
Jeff Loucks
--
For information on using the PalmSource Developer Forums, or to
unsubscribe, please see http://www.palmos.com/dev/support/forums/
--
For information on using the PalmSource Developer Forums, or to unsubscribe,
please see http://www.palmos.com/dev/support/forums/