Fond this messages in my console app:
Can anybody tell me, what this means?

Jan 20 22:44:48 localhost /Applications/Microsoft Office X/Microsoft
Entourage: *** Warning: Line option kATSLineIsDisplayOnly has been
deprecated. ***
Jan 20 22:44:48 localhost /Applications/Microsoft Office X/Microsoft
Entourage: *** Warning: ATSUMeasureText has been deprecated. Use
ATSUGetUnjustifiedBounds instead. ***
Jan 20 22:45:41 localhost /Applications/Microsoft Office X/Microsoft
Entourage: *** Warning: Line option kATSLineIsDisplayOnly has been
deprecated. ***
Jan 20 22:45:41 localhost /Applications/Microsoft Office X/Microsoft
Entourage: *** Warning: ATSUMeasureText has been deprecated. Use
ATSUGetUnjustifiedBounds instead. ***

Thank you
Walter

Re: What does this warning lines means? by Dave

Dave
Tue Jan 20 16:20:09 CST 2004

On 1/20/04 2:07 PM, in article
1e24c0bf.0401201407.6adbd0f@posting.google.com, "Walter Weber"
<WWeb@compuserve.com> wrote:

> Fond this messages in my console app:
> Can anybody tell me, what this means?
>
> Jan 20 22:44:48 localhost /Applications/Microsoft Office X/Microsoft
> Entourage: *** Warning: Line option kATSLineIsDisplayOnly has been
> deprecated. ***
> Jan 20 22:44:48 localhost /Applications/Microsoft Office X/Microsoft
> Entourage: *** Warning: ATSUMeasureText has been deprecated. Use
> ATSUGetUnjustifiedBounds instead. ***
> Jan 20 22:45:41 localhost /Applications/Microsoft Office X/Microsoft
> Entourage: *** Warning: Line option kATSLineIsDisplayOnly has been
> deprecated. ***
> Jan 20 22:45:41 localhost /Applications/Microsoft Office X/Microsoft
> Entourage: *** Warning: ATSUMeasureText has been deprecated. Use
> ATSUGetUnjustifiedBounds instead. ***

It's a message from the Mac OS that it will not be supporting the API call
ATSUMeasureText in a future OS version. I'm sure Entourage 2004 will use the
new API ATSUGetUnjustifiedBounds instead.