"Nihar" == Nihar Desai <[EMAIL PROTECTED]> comments:
Nihar> Basically is there any documentation which says that this
Nihar> will work on the emulator but not on the device or
Nihar> viceversa? I am paranoid because we had a very bad
Nihar> experience with Microsoft's WinCE emulator.
Generally if it works on the emulator it's going to work on the
device. POSE is a CPU-level emulator, so you're running your actual
code on the actual ROMs (but of course not the actual hardware). With
the Wince emulator it's a totally different story--you are running x86
code linked to a rough approximation of the Wince APIs, so it's easy
to have problems when you go to ARM on the real APIs.
At Vindigo we usually debug our Wince code directly on the device over
a socket and don't bother with the emulator. For Palm we work
completely on the emulator, only going to a real device to test speed
or to check out bugs reported against a particular device that we
can't reproduce on that device's ROM (very rare).
Jake
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/