简体   繁体   中英

On Visual studio 2013. Win32 app and CLR app

actually i'm working on a cpprest application (crossover remote task) on visual studio 2013. It's a win32 consolle application but now i need to parse an XML file. cpprest sdk manages json data but not xml data. i know visual studio manages xmllite for parsing xml file and i found this tutorial with ax example: enter link description here

The problem is that i can't add a CLR app in my win32 solution because /clr option compile is not compatible with others. I searched on google but i didn't find how to solve it. Suggestions?

Windows comes with an XML library. It is exposed through the MSXML SDK . Like many system services, this is exposed through a COM interface. You need to be familiar with COM .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM