简体   繁体   English

在 Visual Studio 2013 上。Win32 应用程序和 CLR 应用程序

[英]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.实际上,我正在 Visual Studio 2013 上开发 cpprest 应用程序(交叉远程任务)。它是一个 win32 控制台应用程序,但现在我需要解析一个 XML 文件。 cpprest sdk manages json data but not xml data. cpprest sdk 管理 json 数据,但不管理 xml 数据。 i know visual studio manages xmllite for parsing xml file and i found this tutorial with ax example: enter link description here我知道 Visual Studio 管理用于解析 xml 文件的 xmllite,我发现本教程带有 ax 示例:在此处输入链接描述

The problem is that i can't add a CLR app in my win32 solution because /clr option compile is not compatible with others.问题是我无法在我的 win32 解决方案中添加 CLR 应用程序,因为 /clr 选项编译与其他应用程序不兼容。 I searched on google but i didn't find how to solve it.我在谷歌上搜索,但我没有找到如何解决它。 Suggestions?建议?

Windows comes with an XML library. Windows 带有一个 XML 库。 It is exposed through the MSXML SDK .它通过MSXML SDK公开。 Like many system services, this is exposed through a COM interface.像许多系统服务一样,这是通过 COM 接口公开的。 You need to be familiar with COM .您需要熟悉COM

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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