Hi Matteo, Matteo Vega <[EMAIL PROTECTED]> writes:
> My first question is where the include files go. How > can I create an include directory with the built options > that I've chosen? As David mentioned, there is no automated way to create the directory with header files using VC++. You can, however, create it manually by copying the contents of src/ and then removing all *.cpp files. > My second question is, when I try to build my > application with the static (debug) library, I am > getting: If you are linking against a static library of Xerces-C++ then you need to compile your code with XML_LIBRARY defined, as suggested in the build instructions: http://xerces.apache.org/xerces-c/build-winunix.html#WinNT Boris -- Boris Kolpackov, Code Synthesis Tools Open source XML data binding for C++: http://codesynthesis.com/products/xsd Mobile/embedded validating XML parsing: http://codesynthesis.com/products/xsde
