[ 
https://issues.apache.org/jira/browse/XERCESC-2062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Scott Cantor reassigned XERCESC-2062:
-------------------------------------

    Assignee: Scott Cantor

> 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.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4
>         Environment: Important for Windows platforms.
>            Reporter: Dave Fletcher
>            Assignee: Scott Cantor
>            Priority: Trivial
>              Labels: easyfix, patch, windows
>             Fix For: 3.2.0
>
>
> 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.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to