You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Scott Cantor (JIRA)" <xe...@xml.apache.org> on 2017/07/07 20:52:00 UTC

[jira] [Updated] (XERCESC-2062) DOMImplementationImpl class declaration is missing CDOM_EXPORT

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

Scott Cantor updated XERCESC-2062:
----------------------------------
    Affects Version/s: 3.1.0
                       3.1.1
                       3.1.2
                       3.1.4

> 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
>            Priority: Trivial
>              Labels: easyfix, patch, windows
>
> 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: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org