"Pietro F. Maggi" <[EMAIL PROTECTED]> wrote in message
news:63201@palm-dev-forum...
>
> Looking in the archive of this mailing list, I've seen that the
version of
> WinDrawTruncChars included in the PalmOS v3.1 is broken (it uses the
wrong
> char for the ellipse).
> The normal solution to this is to use the Glue version of the API.
But, for
> the SDK v4.0 we are using, the size of the gluelib it's so large that
it may
> be better to rewrite just the custom function I need. I've seen that
the
> gluelib source is not available, have someone already written a
substitute
> for WinDrawTruncChars or I've to do it from scratch?
If you just use this one function from the glue library, you won't get
the whole library added to your application, just the code for the one
function. That's the nature of a static library -- only the code you
need is pulled into your link.
Try an experiment: see how your PRC file changes size between using
WinDrawTruncChars and WinGlueDrawTruncChars. I doubt it would have more
than 1K of difference.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/