Peter Ashenden wrote: > Folks, > > I've copied Evan's comments to the Bugzilla entry tracking this issue. See > https://bugzilla.mentor.com/show_bug.cgi?id=70. > > May I suggest that further comments go directly into the Bugzilla entry? > That way we have a record of correspondence on the issue all in one place. > You can add yourself to the cc list for the issue to get emails of updates. I don't have a bugzilla login, so I'll just add a couple of comments: Note that item 5 is a bug, in case it wasn't obvious; the code doesn't compile if the macro is actually used. Note also that any fix to unsigned chars needs to be compilable on a C++ compiler. The assignment of a const string (const char *) to a 'const unsigned char *' (in the initialisation of VHPICharCodes) will fail on a conforming compiler. EvanReceived on Tue Jul 11 04:12:16 2006
This archive was generated by hypermail 2.1.8 : Tue Jul 11 2006 - 04:12:26 PDT