I thought that I can only use PalmOS functions I found in the Reference!? Is it possible to use typical C or Basic functions like printf() or Replace()? How? Do I just need to include the nessecary header files?
Yes, you can use standard C functions, but the advantage of using the ones you find in the Palm reference is that calling them doesn't make your code any larger. Those functions are built-in to the Palm in ROM, so your program just calls functions that already reside in the Palm OS. If you use standard C functions, all the code to do that function has to get added into your program.
-- Curtis Cameron
-- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
