Hi, On 2010-06-24 at 21:30 +0200, Eike Rathke wrote:
> > Anyway the change from BOOL to whatever is nothing that can be done just > > with a script. That's different for e.g. USHORT. > > Just a quick idea: define BOOL (or FASTBOOL) as some class that has > private ctors, conversion, assignment, bit and comparison operators for > all integer types, but allow conversion to integers, define private > SvStream operators, and public operators for > comparison/conversion/assignment/construction with/to/from bool. Then > compile the entire office ignoring return codes, i.e. let dmake not > break, and wade through thousands of error messages.. A decent editor > capable to digest compiler errors and position on the error is most > helpful. I'd hope that some script built around Pork or DeHydra could be used? https://wiki.mozilla.org/Pork https://developer.mozilla.org/en/Dehydra Never used any of these myself, though :-( Regards, Kendy --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
