hi, i am new to libxml and find it a really useful tool :)
i am having a problem with linking the library files in visual studio (2005 express edition). first i linked dynamically (libxml2.lib) and it was all working well. but when i tried to link it statically (with libxml2_a.lib, iconv_a.lib, zlib.lib and libxslt_a.lib (though i am not using xslt)) i got unresolved external symbol error. do i need to include anymore lib files? if so where can i get them? can someone tell me where i went wrong or what i am missing? i am posting the error message here: 1>libxml2_a.lib(nanohttp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _socket_errno 1>libxml2_a.lib(nanohttp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoHTTPCleanup 1>libxml2_a.lib(nanoftp.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] 1>libxml2_a.lib(nanohttp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoHTTPFreeCtxt 1>libxml2_a.lib(nanoftp.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] 1>libxml2_a.lib(nanohttp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoHTTPSend 1>libxml2_a.lib(nanoftp.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] 1>libxml2_a.lib(nanohttp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoHTTPSend 1>libxml2_a.lib(nanoftp.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] 1>libxml2_a.lib(nanohttp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoHTTPRecv 1>libxml2_a.lib(nanoftp.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] 1>libxml2_a.lib(nanohttp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoHTTPConnectAttempt 1>libxml2_a.lib(nanohttp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoHTTPConnectAttempt 1>libxml2_a.lib(nanohttp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoHTTPConnectAttempt 1>libxml2_a.lib(nanoftp.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] 1>libxml2_a.lib(nanohttp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoHTTPConnectAttempt 1>libxml2_a.lib(nanohttp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoHTTPConnectAttempt 1>libxml2_a.lib(nanoftp.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] 1>libxml2_a.lib(nanohttp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoHTTPConnectHost 1>libxml2_a.lib(nanoftp.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] 1>libxml2_a.lib(nanohttp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoHTTPConnectHost 1>libxml2_a.lib(nanoftp.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] 1>libxml2_a.lib(nanohttp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoHTTPInit 1>libxml2_a.lib(nanoftp.obj) : error LNK2001: unresolved external symbol [EMAIL PROTECTED] 1>libxml2_a.lib(nanoftp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoFTPGetConnection 1>libxml2_a.lib(nanoftp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoFTPGetConnection 1>libxml2_a.lib(nanoftp.obj) : error LNK2019: unresolved external symbol [EMAIL PROTECTED] referenced in function _xmlNanoFTPGetConnection 1>D:\VC_Projects\Application\Debug\Application.exe : fatal error LNK1120: 17 unresolved externals 1>Build log was saved at "file://d:\VC_Projects\Application\Application\Debug\BuildLog.htm" 1>Application - 28 error(s), 0 warning(s) ========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========
_______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
