On 2005-07-14, Paul Reger <[EMAIL PROTECTED]> wrote: > I see a declaration for: > > long HostVFPrintF ( > HostFILEType *f, > const char *fmt, > va_list args) > > at http://www.palmos.com/dev/support/docs/protein_books/System_Management/ > HostControl.html#1007298 > > But there does not seem to be one in: > > c:/program Files/Metrowerks/CodeWarrior/Palm OS Support/Incs/Core/System/ > HostControl.h >
HostVFPrintF only exists in sdk-6 for Protein (PalmOS 6) apps. For Garnet (PalmOS 5.x and before) you will have to use a combination of HostFPrintF and StrVPrintF (defined in StringMgr.h>). See http://www.palmos.com/dev/support/docs/palmos/PalmOSReference/StringManager.html#1065754 HTH Ton van Overbeek -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
