I must use Xerces to read a XML file for my project. I'm coding on Eclipse. I have the file .so of Xerces library and I added it in properties of my project.
Now there is no problem to find the files .h of the library Xerces but it's impossible to use the namespace xercesc. Eclipse doesn't recognize this namespace and I don't know why. If someone have the solution ?
Thank you:)