Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

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

 

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

#define XERCES_XMLCH_T wchar_t
  • No labels