[xmlio-discuss] Link error
Brought to you by:
achimgaedke,
pipenb
From: John W. <JWI...@co...> - 2004-04-02 18:10:31
|
I tried buidling xmlio and I get the following unresolved external symbol = errors. I did a Find in Files search for XML_ErrorString and found = nowhere that it is defined. Likewise, for XML_ParseBuffer. It appears that xmlio code is broken - has missing files. Also, CVS repository has a corrupted VisualC.zip file. I had to use = xmlio-1.0.0.zip file download and not CVS to get as far as I did. Could someone send me an updated working version? Deleting intermediate files and output files for project 'xmlio - Win32 = Release'. Deleting intermediate files and output files for project 'expat_static - = Win32 Release'. Deleting intermediate files and output files for project 'reference_example= - Win32 Release'. --------------------Configuration: xmlio - Win32 Release-------------------= - Compiling... XMLIO_AttributedElement.cpp XMLIO_ContentOfElements.cpp XMLIO_Document.cpp XMLIO_Element.cpp XMLIO_IgnoreElement.cpp XMLIO_StoreElement.cpp XMLIO_Tokens.cpp Creating library... --------------------Configuration: expat_static - Win32 Release------------= -------- Compiling... xmlparse.c xmlrole.c xmltok.c Generating Code... Creating library... --------------------Configuration: reference_example - Win32 Release-------= ------------- Compiling... reference_example.cpp Linking... xmlio.lib(XMLIO_Document.obj) : error LNK2001: unresolved external symbol = __imp__XML_ErrorString xmlio.lib(XMLIO_Document.obj) : error LNK2001: unresolved external symbol = __imp__XML_GetErrorCode xmlio.lib(XMLIO_Document.obj) : error LNK2001: unresolved external symbol = __imp__XML_ParseBuffer xmlio.lib(XMLIO_Document.obj) : error LNK2001: unresolved external symbol = __imp__XML_ParserFree xmlio.lib(XMLIO_Document.obj) : error LNK2001: unresolved external symbol = __imp__XML_GetBuffer xmlio.lib(XMLIO_Document.obj) : error LNK2001: unresolved external symbol = __imp__XML_SetProcessingInstructionHandler xmlio.lib(XMLIO_Document.obj) : error LNK2001: unresolved external symbol = __imp__XML_SetCommentHandler xmlio.lib(XMLIO_Document.obj) : error LNK2001: unresolved external symbol = __imp__XML_SetCharacterDataHandler xmlio.lib(XMLIO_Document.obj) : error LNK2001: unresolved external symbol = __imp__XML_SetElementHandler xmlio.lib(XMLIO_Document.obj) : error LNK2001: unresolved external symbol = __imp__XML_SetUserData xmlio.lib(XMLIO_Document.obj) : error LNK2001: unresolved external symbol = __imp__XML_ParserCreate ...\..\examples\basic\reference_example.exe : fatal error LNK1120: 11 = unresolved externals Error executing link.exe. reference_example.exe - 12 error(s), 0 warning(s) John W. Willcox III |