问题描述
我一直在尝试使用MFC在Visual C ++中使用MSXML6但遇到了问题。
I've been trying to use MSXML6 inside Visual C++ using MFC but ran into problems.
首先我读过一些关于包含lib和inc目录的帖子与msxml6.dll但我安装MSXML6 SDK后,我找不到这些目录。那么我真正包含哪些目录或哪些目录?
First off I've read some posts about including the lib and inc directories with msxml6.dll but I could not find those directories even after I installed the MSXML6 SDK. So where or which directories do I really include?
第二个是否有任何我可以使用MSXML6查看MFC的样本?
Second are there any samples I can look at using MSXML6 for MFC?
最后它会是如果MSXML6有一个全面而完整的API指南,那真的很有用吗?
Finally it would be really helpful if there is a comprehensive and complete API guide fo MSXML6, is there any?
我的目标是在Visual C ++中为桌面应用程序进行简单的写入和读取XML文件,以及继续序列化XML对象并在我的Visual C ++应用程序之间传递它们。感谢您的帮助。
My aim is to do simple write and read XML files in Visual C++ for a desktop application, as well as move on to serializing XML objects and pass these between my Visual C++ applications. Thanks for any help.
推荐答案
至于完整的文档,
http://msdn.microsoft.com/en-us/library/ ms763742%28v = vs.85%29.aspx 至少作为API参考非常详尽,还有指导做不同的东西(如DOM或SAX或XSLT或SOM)。
As for the complete documentation, http://msdn.microsoft.com/en-us/library/ms763742%28v=vs.85%29.aspx is quite exhaustive as a API reference at least, there are also guides to doing varying stuff (like DOM or SAX or XSLT or SOM).
这篇关于在MFC中帮助MSXML6的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!