Details
Description
The definition of the class XalanMemMgrs did not contains the good export/import directive. XALAN_PLATFORM_EXPORT is used instead of XALAN_DOMSUPPORT_EXPORT. Including <xalanc/DOMSupport/DOMSupportDefinitions.hpp> is required.
I discovered this bug while compiling a static library with Visual Studio .Net 7.1. My static library links with the import libs xalan*.lib and xerces*.lib (version nomenclature omitted to not report wrong filenames; using xalan 1.9 and xerces 2.6). Before applying the above solution, I've got warnings LNK4006 from the linker. The compiler's generated operator=() of class XalanMemMgrs was reported as "already defined". When applying the above solution, warnings disappear.