#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.