Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Include Xerces C Parser in Borland C++ Builder

18 views
Skip to first unread message

sepp

unread,
Sep 13, 2004, 4:21:40 AM9/13/04
to
Hi Ng,
i try to use the apache xerces xml parser in c++.
i read the tutorial on the apache web site and wan't to make an
example.
now i've include the xercesc in my path. (Options->Include Path)

#include <xercesc/parsers/XercesDOMParser.hpp>
#include <xercesc/dom/DOM.hpp>
#include <xercesc/sax/HandlerBase.hpp>
#include <xercesc/util/XMLString.hpp>
#include <xercesc/util/PlatformUtils.hpp>

On the method hellow() in wan't to create an instance of
XercesDOMParser,

XercesDOMParser* xercesParser = new XercesDOMParser();

But the Compiler didn't find the XercesDOMParser and means "undefined
Symbol XercesDOMParser"
I don't know, why. Becaus i've included it correct in the include path
and in the header file.

0 new messages