Choose File -> Open -> Project/Solution. Look in
the dbxml-6.0.xx/dbxml/build_windows
directory for
solution files, select BDBXML_all_vs2010.sln
, and
press Open.
If using Visual Studio 2012, choose to upgrade the solution and projects.
Choose the project configuration from the drop-down menu on the Visual Studio tool bar.
To build, select Build Solution
from the Build drop-down menu. All
library files (*.lib) are placed in
dbxml-6.0.xx/lib
, DLLs and
executables are installed in
dbxml-6.0.xx/bin
or
dbxml-6.0.xx/bin/debug
depending on
the configuration you choose, .jar files are placed in
dbxml-6.0.xx/jar
, and header
(include) files for application development are copied
to dbxml-6.0.xx/include
.
By default, BDBXML_all_vs2010.sln
builds all third-party
libraries, Berkeley DB XML, and Berkeley DB XML C++
examples. The examples are installed in bin{/debug}
along with other executables.