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 "Markus Greiner (JIRA)" <xe...@xml.apache.org> on 2007/09/11 15:17:32 UTC

[jira] Created: (XERCESC-1746) Build error: unresolved symbols fgMemoryManager and fgXercescDefaultLocale

Build error: unresolved symbols fgMemoryManager and fgXercescDefaultLocale
--------------------------------------------------------------------------

                 Key: XERCESC-1746
                 URL: https://issues.apache.org/jira/browse/XERCESC-1746
             Project: Xerces-C++
          Issue Type: Bug
          Components: Build
    Affects Versions: 2.7.0
         Environment: Using xerces C++ 2.8.
Visual Studio 2005
Build XercesLib myself, by including the project into my solution
            Reporter: Markus Greiner


When linking an exe file that uses XercesLib, I get the following errors:
Linking...
LINK : warning LNK4076: invalid incremental status file '..\..\debug/MPS3CDSMonitor.ilk'; linking nonincrementally
cds_lib.lib(mps_CDSWifagCommunication.obj) : error LNK2001: unresolved external symbol "public: static class xercesc_2_8::MemoryManager * xercesc_2_8::XMLPlatformUtils::fgMemoryManager" (?fgMemoryManager@XMLPlatformUtils@xercesc_2_8@@2PAVMemoryManager@2@A)
cds_lib.lib(mps_CDSWifagCommunication.obj) : error LNK2001: unresolved external symbol "public: static char const * const xercesc_2_8::XMLUni::fgXercescDefaultLocale" (?fgXercescDefaultLocale@XMLUni@xercesc_2_8@@2QBDB)
..\..\debug/MPS3CDSMonitor.exe : fatal error LNK1120: 2 unresolved externals

The rest links fine.
Any suggestions?
Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org


[jira] Closed: (XERCESC-1746) Build error: unresolved symbols fgMemoryManager and fgXercescDefaultLocale

Posted by "David Bertoni (JIRA)" <xe...@xml.apache.org>.
     [ https://issues.apache.org/jira/browse/XERCESC-1746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

David Bertoni closed XERCESC-1746.
----------------------------------

    Resolution: Invalid

Please don't use a Jira issue to ask a question.  Instead, post your question to the Xerces-C User list.

> Build error: unresolved symbols fgMemoryManager and fgXercescDefaultLocale
> --------------------------------------------------------------------------
>
>                 Key: XERCESC-1746
>                 URL: https://issues.apache.org/jira/browse/XERCESC-1746
>             Project: Xerces-C++
>          Issue Type: Bug
>          Components: Build
>    Affects Versions: 2.7.0
>         Environment: Using xerces C++ 2.8.
> Visual Studio 2005
> Build XercesLib myself, by including the project into my solution
>            Reporter: Markus Greiner
>
> When linking an exe file that uses XercesLib, I get the following errors:
> Linking...
> LINK : warning LNK4076: invalid incremental status file '..\..\debug/MPS3CDSMonitor.ilk'; linking nonincrementally
> cds_lib.lib(mps_CDSWifagCommunication.obj) : error LNK2001: unresolved external symbol "public: static class xercesc_2_8::MemoryManager * xercesc_2_8::XMLPlatformUtils::fgMemoryManager" (?fgMemoryManager@XMLPlatformUtils@xercesc_2_8@@2PAVMemoryManager@2@A)
> cds_lib.lib(mps_CDSWifagCommunication.obj) : error LNK2001: unresolved external symbol "public: static char const * const xercesc_2_8::XMLUni::fgXercescDefaultLocale" (?fgXercescDefaultLocale@XMLUni@xercesc_2_8@@2QBDB)
> ..\..\debug/MPS3CDSMonitor.exe : fatal error LNK1120: 2 unresolved externals
> The rest links fine.
> Any suggestions?
> Thanks

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@xerces.apache.org
For additional commands, e-mail: c-dev-help@xerces.apache.org