Downloaded the 1_9 src tree, configured XERCESROOT and the include/lib/bin directories for Xerces.
Many of the subprojects fail to compile. Most of them are "Tests". What is the appropriate forum for posting these errors? Also, I have added just the calls to initialize Xalan into my VS project and get linker errors (see below). Any ideas? Thanks -------------------------------------------------- 1) xxxxxTester error LNK2019: unresolved external symbol "__declspec(dllimport) public: static void __cdecl xalanc_1_9::XalanTransformer::initialize(class xercesc_2_6::MemoryManager &)" ([EMAIL PROTECTED]@xalanc_1_9@@[EMAIL PROTECTED]@@@Z) referenced in function "public: __thiscall CViewer::CViewer(class CScenario *,class CWnd *)" (??0CViewer@@[EMAIL PROTECTED]@@PAVCWnd@@@Z) 2) xxxxxTester error LNK2019: unresolved external symbol "public: static class xercesc_2_6::MemoryManager & __cdecl xalanc_1_9::XalanMemMgrs::getDefaultXercesMemMgr(void)" ([EMAIL PROTECTED]@xalanc_1_9@@[EMAIL PROTECTED]@@XZ) referenced in function "public: __thiscall CViewer::CViewer(class CScenario *,class CWnd *)" (??0CViewer@@[EMAIL PROTECTED]@@PAVCWnd@@@Z) --------------------------------------------
