Here ya go. Attached is the debug output that resulted from the compiler.

Also, note:  each of the files will individually compile without error, but
when a build is attempted it produces errors.

Barry

Build Log

--------------------Configuration: IDOMCount - Win32 Debug--------------------

Command Lines

Creating temporary file "C:\TEMP\RSP36.tmp" with contents [ kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/IDOMCount.pdb" /debug /machine:I386 /out:"Debug/IDOMCount.exe" /pdbtype:sept ".\Debug\IDOMCount.obj" ] Creating command line "link.exe @C:\TEMP\RSP36.tmp"

Output Window

Linking... IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: class IDOM_Document * __thiscall IDOMParser::getDocument(void)" (__imp_?getDocument@IDOMParser@@QAEPAVIDOM_Document@@XZ) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl XMLPlatformUtils::Terminate(void)" (__imp_?Terminate@XMLPlatformUtils@@SAXXZ) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall IDOMParser::~IDOMParser(void)" (__imp_??1IDOMParser@@UAE@XZ) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall IDOMParser::parse(char const * const,bool)" (__imp_?parse@IDOMParser@@QAEXQBD_N@Z) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static unsigned long __cdecl XMLPlatformUtils::getCurrentMillis(void)" (__imp_?getCurrentMillis@XMLPlatformUtils@@SAKXZ) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall IDOMParser::setErrorHandler(class ErrorHandler * const)" (__imp_?setErrorHandler@IDOMParser@@QAEXQAVErrorHandler@@@Z) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall IDOMParser::setDoSchema(bool)" (__imp_?setDoSchema@IDOMParser@@QAEX_N@Z) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall IDOMParser::setDoNamespaces(bool)" (__imp_?setDoNamespaces@IDOMParser@@QAEX_N@Z) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: void __thiscall IDOMParser::setValidationScheme(enum IDOMParser::ValSchemes)" (__imp_?setValidationScheme@IDOMParser@@QAEXW4ValSchemes@1@@Z) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall IDOMParser::IDOMParser(class XMLValidator * const)" (__imp_??0IDOMParser@@QAE@QAVXMLValidator@@@Z) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned short const * __thiscall XMLException::getMessage(void)const " (__imp_?getMessage@XMLException@@QBEPBGXZ) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static void __cdecl XMLPlatformUtils::Initialize(void)" (__imp_?Initialize@XMLPlatformUtils@@SAXXZ) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: __thiscall ErrorHandler::ErrorHandler(void)" (__imp_??0ErrorHandler@@QAE@XZ) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: virtual __thiscall ErrorHandler::~ErrorHandler(void)" (__imp_??1ErrorHandler@@UAE@XZ) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned short const * __thiscall SAXParseException::getSystemId(void)const " (__imp_?getSystemId@SAXParseException@@QBEPBGXZ) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall SAXParseException::getLineNumber(void)const " (__imp_?getLineNumber@SAXParseException@@QBEIXZ) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: unsigned int __thiscall SAXParseException::getColumnNumber(void)const " (__imp_?getColumnNumber@SAXParseException@@QBEIXZ) IDOMCount.obj : error LNK2001: unresolved external symbol "__declspec(dllimport) public: static char * __cdecl XMLString::transcode(unsigned short const * const)" (__imp_?transcode@XMLString@@SAPADQBG@Z) Debug/IDOMCount.exe : fatal error LNK1120: 18 unresolved externals Error executing link.exe.



Results

IDOMCount.exe - 19 error(s), 0 warning(s)
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to