Hi  

I downloaded libxml2-2.6.19+.win32 windows binaries

When trying to link the simple example provided in
\libxml2-2.6.19\doc\tutorial\apd.html

I get the following error

xml error LNK2019: unresolved external symbol _xmlXPathFreeObject
referenced in function "struct _xmlXPathObject * __cdecl
getnodeset(struct _xmlDoc *,unsigned char *)"
(?getnodeset@@YAPAU_xmlXPathObject@@PAU_xmlDoc@@[EMAIL PROTECTED])
xml error LNK2019: unresolved external symbol _xmlXPathFreeContext
referenced in function "struct _xmlXPathObject * __cdecl
getnodeset(struct _xmlDoc *,unsigned char *)"
(?getnodeset@@YAPAU_xmlXPathObject@@PAU_xmlDoc@@[EMAIL PROTECTED])
xml error LNK2019: unresolved external symbol _xmlXPathEvalExpression
referenced in function "struct _xmlXPathObject * __cdecl
getnodeset(struct _xmlDoc *,unsigned char *)"
(?getnodeset@@YAPAU_xmlXPathObject@@PAU_xmlDoc@@[EMAIL PROTECTED])
xml error LNK2019: unresolved external symbol _xmlXPathNewContext
referenced in function "struct _xmlXPathObject * __cdecl
getnodeset(struct _xmlDoc *,unsigned char *)"
(?getnodeset@@YAPAU_xmlXPathObject@@PAU_xmlDoc@@[EMAIL PROTECTED])
xml fatal error LNK1120: 4 unresolved externals@@[EMAIL PROTECTED])

I use windows XP, .Net

I would appreciate any help

Thank you
--------------------------------------------------------

If you are not an intended recipient of this e-mail, please notify the sender, 
delete it and do not read, act upon, print, disclose, copy, retain or 
redistribute it. Click here for important additional terms relating to this 
e-mail.     http://www.ml.com/email_terms/
--------------------------------------------------------
_______________________________________________
xml mailing list, project page  http://xmlsoft.org/
[email protected]
http://mail.gnome.org/mailman/listinfo/xml

Reply via email to