Dave Fletcher created XERCESC-2062:
--------------------------------------
Summary: DOMImplementationImpl class declaration is missing
CDOM_EXPORT
Key: XERCESC-2062
URL: https://issues.apache.org/jira/browse/XERCESC-2062
Project: Xerces-C++
Issue Type: Bug
Components: DOM
Affects Versions: 3.1.3
Environment: Important for Windows platforms.
Reporter: Dave Fletcher
Priority: Trivial
Cannot extend class DOMImplementationImpl from outside the library because it
is not being properly exported.
Patch follows (probably easier to change by hand).
-----------
diff --git a/xerces-c-3.1.3/src/xercesc/dom/impl/DOMImplementationImpl.hpp b/../
xerces-c-3.1.3/src/xercesc/dom/impl/DOMImplementationImpl.hpp
index e68a323..aec02cb 100644
--- a/xerces-c-3.1.3/src/xercesc/dom/impl/DOMImplementationImpl.hpp
+++ b/../xerces-c-3.1.3/src/xercesc/dom/impl/DOMImplementationImpl.hpp
@@ -39,7 +39,7 @@ XERCES_CPP_NAMESPACE_BEGIN
class XMLMsgLoader;
-class DOMImplementationImpl: public XMemory,
+class CDOM_EXPORT DOMImplementationImpl: public XMemory,
public DOMImplementation,
public DOMImplementationSource
{
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]