Click here to Skip to main content
15,893,588 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
hi all!
i downloded xerces-c-3.1.1 to use it in parsing xml files (read and write), and i have to use it in my project in VS2010 (in a GUI) but i really don't know how to ??

could ay one help me thankx
Posted

This is the third question of yours I have found on this subject. Have you looked into XmlLite[^]?
 
Share this answer
 
Comments
[no name] 30-Jul-13 5:11am    
I think Xerxes is a bit heavy for his needs. I have used others but this looks plenty good enough. Any bets on the next question.
hi
honnestly, i have to work this out, i have to find a good xml parser taht can help me to readand write xml files in VS2010 in a win32 or windows forms projects , i loooked in tinyxmln xmlinspector, exerces, and pugixml for most of theme i have got errors when i use them with a win32 or windows forms project.
they all ( accept exerces) give me the same error :
C++
 tinystr.cpp
1>c:\users\abdelhalim\desktop\manel pfe\tinyxml1\tinyxml\tinystr.cpp(27): warning C4627: '#include "tinystr.h"' : ignoré lors de la recherche d'une utilisation d'un en-tête précompilé
1>          Ajoutez la directive à 'StdAfx.h' ou régénérez l'en-tête précompilé
1>c:\users\abdelhalim\desktop\manel pfe\tinyxml1\tinyxml\tinystr.cpp(113): fatal error C1010: fin de fichier inattendue lors de la recherche d'un en-tête précompilé. N'auriez-vous pas oublié d'ajouter '#include "StdAfx.h"' à votre source ?


add "StdAfx.h", that dosen't work does it??

what i did is that i just include the .cpp file in files secources of my project , is that correct ???????

So if any one can give me any help please

Thank you verry much :)
 
Share this answer
 
Comments
Stefan_Lang 31-Jul-13 4:35am    
Do not post questions as solutions!

Please either add this to your original question, or if this is a response to a solution or comment, post it as a reply to that solution or comment. If you fail to use the proper reply function, the person you are replying to will _not_ be notified of your response. As a result, you will possibly not receive any response.

Also, the compiler messages are in french. If you are looking for help to fix them, try translating them into english.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900