RE: [xml] #define IN_LIBXML, a link error and a couple of warning s...




This is caused by the first warning. Somehow, IN_LIBXML is 
defined while
conpiling xmlcatalog and that prevents the xmlFree (which is 
a variable, not
a function) from being imported properly.


see my earlier post on the topic.  IN_LIBXML is defined because all the
utilites incorrectly include libxml.h.  This causes LIBXML_PUBLIC to be
defined wrong (not defined as __declspec(dllimport)) so xmlFree (and any
other exported variable) are not found during the linking stage.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]