Hi, I have previously installed xerces using cygwin. I am now trying to compile a seperate program in Visual Studio 2010 that uses the xerces library, but it is having difficulty using it.
Specifically it is saying *"unresolved external symbol "public: static class xerces_3_1::MemoryManager * xerces_3_1::XMLPlatformUtils::fgMemoryManager" (?fgMemoryManager@XMLPlatformUtils@xercesc_3_1@@2PAVMemoryManager@2@A)*etc... Do I need to re-compile xerces using Visual Studio to correct this issue? Perhaps it can't recognise them as it was compiled for use through cygwin? Thanks for any help! Tim
