Palm OS support for Compact framework

  • Thread starter Thread starter Mikail çetinkaya
  • Start date Start date
Doubtful. PalmOS and Windows CE are fundamentally very different. Just the
fact that PalmOS doesn't support more than one thread makes it really
difficult to try to port any Win32 type app.

-Chris
 
Chris,

Threading alone isn't the killer of such as project as it could be
implemented at a very low level (software) in a palm version of the compact
framework... the real issues have to deal with the collective over head of
simulated thread management, FP math, endian conversions, API emulation and
etc.. all while keeping within the memory footprint of a palm device. Memory
issues, speed/performance and CPU architecture create a collective
cornucopia of problems that will prevent Palm from entering the .NET arena
for some time.

Rick Winscot
rickly@zyche dot com
 
Asa well as i understood for deploying my project i am going to bundle
only pocket pc and ce env. Thanks to everyone.
 
Back
Top