[xml] LIBXML MINGW GCC compilation errors

2014-04-09 Thread Maz Saeed
Dear LibXml community, I'm having issues compiling the LIBXML (libxml2-2.7.8.win32) with GCC compiler. I've linked libxml2_a_dll.lib library and the appropriate header files in my project but getting these errors:

[xml] LIBXML MINGW GCC compilation errors

2014-04-09 Thread Maz Saeed
Dear all, Guess I was linking to the libxml2_a.lib files. This is G++ on Linux. Since I'm compiling on Windows 7 professional, I changed the linking of my project to libxml2.lib in Code Blocks. Now the project will compile but it won't run. When I run the EXE I get this error: The application