On Sun, 11 Nov 2001, Dave Johnson wrote: > > >Hmm I've always added the 3 dots by hand to my RCP-file. > > > > But if you use pilrc, you will not have 3 dots in your binary :) > > > > Pilrc always replaces those 3 dots with the pre-3.1 ellipsis character, > > i.e. 0x85 (this is a single char that appears as 3 dots) > > That sounds like a bug in pilrc that needs to be fixed (and I don't mean > fixed by updating the ellipsis character, I mean fixed by not replacing > what you actually wrote with what it thinks you meant :-).
it'll be easy to add a -noEllipsis option :) and, Gert-Jan Vons submitted this to me.. easy way to do it is to add the option to the command line processing, and a flag like vfNoEllipsis and then, where the substitution is done, do the if-then-else :) easy patch... // az "one day, i'll get the motivation and time" [EMAIL PROTECTED] http://www.ardiri.com/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
