msxml3.dll vc ++的符号文件中没有可用的类型信息 [英] No type information available in symbol file for msxml3.dll vc++

查看:136
本文介绍了msxml3.dll vc ++的符号文件中没有可用的类型信息的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用这个 

I m using this 

#import "C:\\Windows\\SysWOW64\\msxml3.dll"

using namespace MSXML2;


用于导入dll&还可以启用microsoft symbol servers调试设置。但是此后msxml3.dll的符号文件中没有可用的信息。此值在创建实例时返回  

for importing dll & also enable microsoft symbol servers settings of debugging.But after this no information available in symbol file for msxml3.dll. This value return at the time of create instance  

docPtr.CreateInstance(__uuidof(DOMDocument30));


我的操作系统是window10 64位&视觉工作室2015 

My OS is window10 64 bit & visual studio 2015 

我无法理解这是什么问题。请在这种情况下建议我做什么。

I can't understand what's the issue.Please suggest me what i do in this case.

推荐答案

我依旧记得遇到这样的问题,但我忘记了细节。 注意#import用于类型库;并非所有DLL都包含类型库。我认为我遇到的问题是微软并不总是提供类型库而且我告诉我需要为我正在使用的版本创建一个类型库。微软的文档曾经说过这样的话,但随后微软对文档的帮助变得越来越少。

I vaguely remember having a problem like this but I forget the details.  Note that #import is for a type library; not all DLLs have type libraries in them. I think the problem that I had is that Microsoft does not always provide type libraries and I was told I needed to create one for the version I was using. The Microsoft documentation used to say things like that but then Microsoft has become less helpful with the documentation.

你知道"oleview"吗?工具?它应该在你的系统中的某个地方。您可以使用它来查看类型库;这可能会帮助您找到类型库。如果你找不到一个,那么你可能必须创建一个,我忘了如何
那样做。

Do you know about the "oleview" tool? It should be in your system somewhere. You can use it to look at type libraries; that will probably help you find the type library. If you can't find one then you probably must create one and I forget how to do that.


这篇关于msxml3.dll vc ++的符号文件中没有可用的类型信息的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆