Sunday, April 02, 2006

Xerces dynamic library

To use xerces C++ with visual studio 6:

  1. Download the xerces zip file at: http://xml.apache.org/xerces-c/download.cgi and unzip it.
  2. Go in Project->Settings->C/C++.
  3. Insert into the "additional include directories", the path to the xerces include directory.
  4. right-click on resource files and select: add files to folder... Select the needed librarires in the xerces lib directory.
  5. In the execution directory (or in system32), you have to put the xerces dlls.
Now it should work properly

0 Comments:

Post a Comment

<< Home