Hello,
I am novice user, trying to parse XML file using xerces c++ on windows visual studio 2013. I did the following steps:
1.download and unzip the xerces 3.1.4 file
2.trying to do sample program of it by setting environment Linker -> Input -> Additional Dependencies: xerces-c_3D.lib (as in the samples projects)--.( lib not found error)
3. project properties-> C/C++ -> General -> Additional Include Directories.(path upto xcerces like for my program D:\xecerces_download\xerces-c-3.1.4\src\xercesc)
4. now want to do property-> Linker -> General -> Additional Library Directories:> <full-path-to-xerces>\lib-- but unable to find exact lib file
If I miss something, please let me know. This environment setting giving lots of error like
1.Cannot open include file: 'xercesc/util/PlatformUtils.hpp': No such file or directory
2. IntelliSense: cannot open source file "xercesc/util/XercesDefs.hpp"
3. IntelliSense: cannot open source file "xercesc/util/XMLException.hpp"
And many more..plz help me out
Thanks
Rupali
I am novice user, trying to parse XML file using xerces c++ on windows visual studio 2013. I did the following steps:
1.download and unzip the xerces 3.1.4 file
2.trying to do sample program of it by setting environment Linker -> Input -> Additional Dependencies: xerces-c_3D.lib (as in the samples projects)--.( lib not found error)
3. project properties-> C/C++ -> General -> Additional Include Directories.(path upto xcerces like for my program D:\xecerces_download\xerces-c-3.1.4\src\xercesc)
4. now want to do property-> Linker -> General -> Additional Library Directories:> <full-path-to-xerces>\lib-- but unable to find exact lib file
If I miss something, please let me know. This environment setting giving lots of error like
1.Cannot open include file: 'xercesc/util/PlatformUtils.hpp': No such file or directory
2. IntelliSense: cannot open source file "xercesc/util/XercesDefs.hpp"
3. IntelliSense: cannot open source file "xercesc/util/XMLException.hpp"
And many more..plz help me out
Thanks
Rupali