This has already been fixed, but it wasn't discovered until too late in the
process to get it into 3.1.0. But its fixed in the current code base.
Basically, the deal is the LoadStringW() doesn't work under 98. So we had
to go down to the next lower level of API to get the message text loaded in
the Win32 message loader.
----------------------------------------
Dean Roddey
Software Weenie
IBM Center for Java Technology - Silicon Valley
[EMAIL PROTECTED]
"Le, Jake Q" <[EMAIL PROTECTED]> on 03/16/2000 12:52:34
PM
Please respond to [EMAIL PROTECTED]
To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
cc:
Subject: Win98 platform supported?
Hello,
I used the built binaries (xerces-c_1_1.dll) under Windows 98. The parsing
is OK; however,
when there is an error, it displayed this message:
Error at file "C:\test.xml", line 6, column 13
Message: +}.
Does anyone know what's the problem and how can it be fixed?
Thank in advance,
-Jake