Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

General Issues

 

This Page is still under construction!

Building on a PC with MSVC

Building on Linux

Building on Mac OS X

Caveats:

Due to casts from XMLCh to wchar_t, Xerces MUST be modified after running configure:

  • config.h
  • src/xercesc/util/Xerces_autoconf_config_windows.hpp

 

Code Block
/* Define to the 16 bit type used to represent Xerces UTF-16 characters  was: uint16_t */

#define XERCES_XMLCH_T wchar_t