Hi,
I'm working with Dev-C++ with libxml2 and I've found that I cannot compile my projects including the xmlFree function. I include the necessary headers and link to the library. Nut it gives the classical "no reference to" error.
I've used dlltool to obtain a .a file from the libxml2.dll file in the runtime and then it compiles but the programs I get are completely messed up, with segfaults as sson as I use the xmlFre functions.
Any idea? Has someone found the same problem?
My project compiles perfectly and without segfaults with VC++ 6.
TIA
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I'm working with Dev-C++ with libxml2 and I've found that I cannot compile my projects including the xmlFree function. I include the necessary headers and link to the library. Nut it gives the classical "no reference to" error.
I've used dlltool to obtain a .a file from the libxml2.dll file in the runtime and then it compiles but the programs I get are completely messed up, with segfaults as sson as I use the xmlFre functions.
Any idea? Has someone found the same problem?
My project compiles perfectly and without segfaults with VC++ 6.
TIA
You will probably do better posting to the Bloodshed board than to this one...
Wayne