"Edward P. Ross" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > I am using TxtGlueTruncateString. Everything is OK as long as the > string I pass into it is less than the MaxWidth. If the string is > longer than the MaxWidth, I get an error that says: > > "...application just wrote to the storage heap..." > > Does anyone have any examples of this function working? I must be > missing something obvious here. >
Sanity check: the string you are passing in is on the dynamic heap, right? Another option: use WinDrawTruncChars()? -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
