From: Ephraim V. <ef...@ep...> - 2004-02-05 18:00:52
|
I tested 1.0.1 on win2k and the example runs fine. I used libxml 2.6.5 and iconv 1.9.1 prebuilt binaries - both from http://www.zlatkovic.com/libxml.en.html Note that with the latest builds of libxml2 you also need zlib.dll to run the programs. (headers and library are not used) First try to use a more updated iconv, then make sure you compiled libxml2 with thread support, I'm not sure if this is the default, but this is the setting in the prebuilt binaries. -eff ----- Original Message ----- From: "Philipp Klaus" <lib...@py...> To: <lib...@li...> Sent: Thursday, February 05, 2004 6:51 PM Subject: [libxml++] Running under Windows XP? > Hi all, > > I tried to compile and run libxml++ in version 1.0.1 under Windows XP > (MS Visual C++ 6). I developed an application using this library. This > compiles fine but when I run the application I get > > "The application failed to initialize properly (0xc0000022). Click OK to > terminate the application." > > After checking my application I tried the dom_xpath example program > (using the supplied MSVC6 project) and I got exactly the same error message. > > I'm using libxml++-1.0.1 (compiled using the supplied MSVC project), > libxml2-2.6.5 (compiled using nmake and the makefile.vc in the > distribution) and libiconv-1.7 (binary version included in the binary > Sablotron distribution). The OS is WinXP with SP1. VC++ is version 6.0. > > Has anyone used libxml++ on Windows XP before (I suppose yes because > there is a workspace with all example projects in the win32_msvc6 > folder)? Is the error message mentioned before known to somebody? What > does it mean? > > Please note that I'm not very familiar with Windows development, my > applications get developed under Linux but this one must be used under > Win32 too, so I'm obliged to care about this. > > Thanks to everyone in advance. > > Philipp > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 > Premiere Conference on Open Tools Development and Integration > See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > Libxmlplusplus-general mailing list > Lib...@li... > https://lists.sourceforge.net/lists/listinfo/libxmlplusplus-general > |