thanks, that fixed it :) but though i can run/debug the application from within visual studio, when i double click the exe file to run it from outside the VS, it crashes saying " Application.exe has encountered a problem and needs to close. We are sorry for the inconvenience." any help on this would be much appreciated
On Jan 8, 2008 3:04 PM, Bjoern Hoehrmann <[EMAIL PROTECTED]> wrote: > * ghosh wrote: > >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 > > These are in wsock32.lib which should be part of the Platform SDK. > -- > Björn Höhrmann · mailto:[EMAIL PROTECTED] · http://bjoern.hoehrmann.de > Weinh. Str. 22 · Telefon: +49(0)621/4309674 · http://www.bjoernsworld.de > 68309 Mannheim · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ >
_______________________________________________ xml mailing list, project page http://xmlsoft.org/ [email protected] http://mail.gnome.org/mailman/listinfo/xml
