"Treat wchar_t as Built-in Type" is now set as default, must be deactivated.
----------------------------------------------------------------------------
Key: XERCESC-1325
URL: http://issues.apache.org/jira/browse/XERCESC-1325
Project: Xerces-C++
Type: Bug
Components: Build
Versions: Nightly build (please specify the date)
Environment: Windows 2003 Server
Microsoft Visual Studio 2005 Beta2
cl reports version 14.00.41115.19
Reporter: Alexander Bartolich
Priority: Trivial
Retrieved sources from CVS on 2005-01-12.
Solution file converts without problems.
Had to change one compiler option
"Treat wchar_t as Built-in Type" is now set as default, must be deactivated.
On the command line this looks like this:
/Zc:wchar_t-
Had to add one line to c\src\xercesc\util\Compilers\vcppdefs.hpp
#include <stddef.h> // wchar_t
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]