You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xerces.apache.org by Martijn Brinkers <br...@hot.a2000.nl> on 2000/02/17 00:54:02 UTC

Possible bug with Builder 4

I tried,, and succeeded, to make a xerces dll with Builder4. The DomPrint
example worked when run on WinNT but not on Win98. The problem seems to
arise in :

void Win32TransService::upperCase(XMLCh* const toUpperCase) const
{
  _wcsupr(toUpperCase);
}