[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Nel] libXML, the bane of my project...
From: |
Timothy H. Schilbach |
Subject: |
[Nel] libXML, the bane of my project... |
Date: |
Wed, 29 Sep 2004 16:13:08 -0500 |
HI Everyone,
I have all my Nell libaries and almsot all the tool projects
compiled. I am having a very big issue with the object viewer and the snowballs
2 project. They are both the same problem so if I can get this I am home
free.
I have noticed that NEL uses the libXML 2.4.26. Cool I was having
some issue compiling the above mentioned eartlier when it was suggested to be to
use the static library (libxml_a.lib) in the client project of snowballs 2.0.
Well cool, I downloaded the project from the project site and went to
work.
I compiled all the options with libXML and created a static version
of it as well. I then replaced my old libXML files (includes, libraries, dlls)
with the newly compiled ones. Now when I compile snowballs 2 with the newly
added libraries, I get the following with each library:
libxml2_a.lib:
MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib "msvcrt.lib"
conflicts with use of other libs; use
/NODEFAULTLIB:library
nl3d_d.lib(i_xml.obj) : error LNK2001: unresolved
external symbol _xmlFree
Debug/snowballs.exe : fatal error LNK1120: 1
unresolved externals
Error executing link.exe.
libxml2.lib:
MSVCRTD.lib(cinitexe.obj) : warning LNK4098: defaultlib "msvcrt.lib"
conflicts with use of other libs; use
/NODEFAULTLIB:library
nl3d_d.lib(i_xml.obj) : error LNK2001: unresolved
external symbol _xmlFree
Debug/snowballs.exe : fatal error LNK1120: 1
unresolved externals
Error executing link.exe.
As you can see its the same either way. Now keep in mind I compiled them
with all options available in that project. I can compile a newer version, but
the newer version my not work with NEL (I found out the hard way that NEL needs
the version it states to use and not anything newer. This is true with directX
and stlLib).
Does anyone know why I would be getting this? My CVS is up to date and
stiull not working on those 2 projects. Its wierd as the object viewer and the
snowballs projects come with the exact same errors.
Any heklp is appreciate and thank you all in advance for your help thus
far.
-Timothy
- [Nel] libXML, the bane of my project...,
Timothy H. Schilbach <=