If this is the actual message from the compiler then I'd say that the 'CHar' 
would be in be the problem;

StrVPrintF(char*s, (const CHar *)const char *format, va_list arg) 

should be

StrVPrintF(char*s, (const Char *)const char *format, va_list arg)

David
-- 
For information on using the PalmSource Developer Forums, or to unsubscribe, 
please see http://www.palmos.com/dev/support/forums/

Reply via email to