Hi !
We haven't changed some old projects under the ./Tests directory for calls with Memory Managers .
Two reasons for that : the test applications use the old Xalan-C interfaces and we are not sure that the applications are really useful .
However , the most important tests , like Conf and PerfT should work .
Thanks,
Dmitry Hayes
| John Jamison <[EMAIL PROTECTED]>
01/04/2005 02:24 PM
|
|
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)
--------------------------------------------
