|
Posted by fcassia on July 2, 2008, 2:20 pm
Please log in for more thread options
> Hey guys, I'm kind of new to Palm OS development and was hoping some
> of you might be able to help me understand a little bit better.
>
> If you wanted to write a simple C program that only did printf("Hello
> world!"); How would you
> program that, compile it, and link it (how would you include stdio.h,
> etc, etc)? And then, how would you run it (to actually see the text,
> "Hello world!" display on your screen of your device)?
>
> From what I have read so far, from the StdIOPalm.h and
> StdIOPalmProvider.h, this leads me to think implementing some
> PalmProvider app is the route to go, but it seems a lot more
> complicated than I originally though.
PalmOS C/C++ Portability Guide
http://dogbert.mse.cs.cmu.edu/charlatans/References/Tech_Doc/Palm_FAQ/articles/stdlib.html
FC
|