Yes, I am looking for the same thing. I have a good book on C but there is a big
credibility gap between C and how it is used on the Palm. Let us know if you
find anything.
C programmming on Palm OS is very similar to C programming for any embedded system. You need a good understanding of pointers, of how memory is allocated between your program, your global variables, the stack, and the dynamic heap. You need to understand what the system APIs do. You need to understand how this all works together. A background in developing for other small systems, like old 8-bit computers, the original IBM PC, or the original Mac can really help too.
-- Ben Combee, DTS technical lead, PalmSource, Inc. Read "Combee on Palm OS" at http://palmos.combee.net/
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
