The standard libraries are already in the palm device. The API headers are only used to call into them. It's not like it is when you develop on a PC where you have to link in the libs.
But...you will most likely need to include one of the variety of runtime libs and, depending on what you're doing, the palmOSGlue lib. Other than that you should be good to go. The headers are backward compatible. Just make sure that whatever function you're using is targeted for the device that you're writing for. Don't expect a 5.0 defined function to work on a 3.5 device, etc. David -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
