RE: [xml] #define IN_LIBXML, a link error and a couple of warning s...
- From: "Vakoc, Mark" <Mark_Vakoc jdedwards com>
- To: "'Igor Zlatkovic'" <igor stud fh-frankfurt de>, xml gnome org
- Subject: RE: [xml] #define IN_LIBXML, a link error and a couple of warning s...
- Date: Tue, 19 Mar 2002 13:39:14 -0700
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]