> From: Chris Antos [mailto:[EMAIL PROTECTED]]
> the 3.5 version of DateToDOWDMFormat is not backward compatible
> its "minimum buffer size" keeps growing.
> the 2.0 SDK says DateToDOWDMFormat expects the target string
> to "be of length timeStringLength" (==9).
> the 3.3 SDK says DateToDOWDMFormat expects the target string
> to "be of length longDateStrLength" (==15).

Actually this sounds like an error in both versions of the documentation
quoted above.  I don't think the function itself has really changed much.
The header <DateTime.h> contains these values which are probably intended
for DateToDOWDMFormat:

    #define  dowDateStringLength   19
    #define  dowLongDateStrLength  25

The 3.5 doc (1/7/00) still says use dateStringLength or longDateStrLength
too, so I'm assuming it's still in error.

-slj-


-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palm.com/devzone/mailinglists.html

Reply via email to