* Tony Girgenti wrote: >I'm trying to build a simple LIBXML2 example program from here: >http://xmlsoft.org/tutorial/apc.html using the supposedly Windows libxml2 >folders from here: ftp://ftp.zlatkovic.com/libxml/ > >Should the all files that I need to build that simple program in Windows be >contained in the libxml2-2.7.8.win32.zip ><ftp://ftp.zlatkovic.com/libxml/libxml2-2.7.8.win32.zip> file?
The package contains pre-compiled .exe and .dll files and also the corresponding .lib files and the libxml2 .h header files, which is generally all you need, yes. You do have to tell Visual Studio where it should look for files like `xmlreader.h` though (the key word is "include directory" paths; they can be configured in the compiler settings). -- Björn Höhrmann · mailto:bjo...@hoehrmann.de · http://bjoern.hoehrmann.de Am Badedeich 7 · Telefon: +49(0)160/4415681 · http://www.bjoernsworld.de 25899 Dagebüll · PGP Pub. KeyID: 0xA4357E78 · http://www.websitedev.de/ _______________________________________________ xml mailing list, project page http://xmlsoft.org/ xml@gnome.org https://mail.gnome.org/mailman/listinfo/xml