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" ([EMAIL PROTECTED]@xercesc_2_7@@[EMAIL PROTECTED]@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.
