• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

examples/H28-Oct-2015-3,2463,246

gendef/H28-Oct-2015-294248

libxml++/H28-Oct-2015-831782

READMEH A D29-Sep-2013750 1511

filelist.amH A D10-Sep-20151.7 KiB4139

libxml++.slnH A D29-Sep-201312.7 KiB176175

README

1Building libxml++ with Visual Studio 2010
2
3* You will need Visual Studio 2010 (MSVC 10.0).  See the MSVC_Net2005/ folder if you want to build libxml++ using Visual Studio .NET 2005 (MSVC 8.0) or the MSVC_Net2008 folder if you want to build libxml++ using Visual Studio .NET 2008 (MSVC 9.0). Earlier versions of the compiler, including 6.0, 7.0 and 7.1 will not work.
4* Install the latest Win32 GTK+ Development files from ftp://ftp.gnome.org/pub/GNOME/binaries/win32/gtk+/
5* Build libsigc++ 2.0.6 and glibmm from source
6* Add GTK+, libsigc++ and glibmm to the include and lib paths in Visual Studio.
7* Load the MSVC_Net2010/libxml++.sln solution.
8* Build the entire solution.  Run the tests.
9
10Cedric Gustin
1101/26/2005
12
13Armin Burgmeier
1410/03/2010
15