_IDTExtensibility2,要导入什么DLL到ATL项目? [英] _IDTExtensibility2, what DLL to import into ATL project?

查看:25
本文介绍了_IDTExtensibility2,要导入什么DLL到ATL项目?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

所以我试图解决我的Office加载项任务;我已经创建了 ATL 项目,添加了简单的类,现在想添加接口实现,如 http://www.devarticles.com/c/a/Cplusplus/Writing-an-MS-Word-Addin/1/ 提出;

So I'm trying to solve my Office add-in task again; I have created the ATL project, added simple class, and now want to add interface implementation, as http://www.devarticles.com/c/a/Cplusplus/Writing-an-MS-Word-Addin/1/ proposes;

然而,可用的类型库列表没有列出要添加的扩展性;我在 Program Files 下检查,但 Extensibility.dll 发现有一个没有公开 COM 类的 .NET 程序集.

However, available type libraries list has no listed Extensibility to add; I checked under Program Files, but the Extensibility.dll found there was a .NET assembly without exposed COM classes.

推荐答案

Type library is {AC0714F2-3D04-11D1-AE7D-00A0C90F26F4},命名为Microsoft Add-In Designer"MSADDNDR.DLL.

Type library is {AC0714F2-3D04-11D1-AE7D-00A0C90F26F4}, named "Microsoft Add-In Designer" hosted by probably MSADDNDR.DLL.

// typelib filename: MSADDNDR.DLL

[
  uuid(AC0714F2-3D04-11D1-AE7D-00A0C90F26F4),
  version(1.0),
  helpstring("Microsoft Add-In Designer")
]

这篇关于_IDTExtensibility2,要导入什么DLL到ATL项目?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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