You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-users@xerces.apache.org by Riddlemaster <w....@chello.pl> on 2007/05/01 11:43:47 UTC

Xerces linking problem in VC++ 8.0 - again

Hi,
I've just decided to use Xerces library in my project which I do in VC++
8.0. It compiles pretty nice but I get the following error in the linking
phase:

"error LNK2001: unresolved external symbol "public: static class
xercesc_2_7::MemoryManager * xercesc_2_7::XMLPlatformUtils::fgMemoryManager"
(?fgMemoryManager@XMLPlatformUtils@xercesc_2_7@@2PAVMemoryManager@2@A)"

There were a lot of other linking errors but I got rid of them quite easily
(by following some instructions posted here). I also ensured "Treat w_char
as built-in type" setting is equal both in XercesLib and my project.

Thank you for help in advance
-- 
View this message in context: http://www.nabble.com/Xerces-linking-problem-in-VC%2B%2B-8.0---again-tf3674161.html#a10266615
Sent from the Xerces - C - Users mailing list archive at Nabble.com.