*.tlb 文件——每个 Visual Studio 版本?

发布于 2024-12-08 23:21:09 字数 173 浏览 0 评论 0原文

我已经 10 多年没有使用 COM 了,所以我想知道:

当我通过导入其 TLB 文件来使用基于第三方 COM 的 SDK 时,他们是否有责任为我使用的每个版本的 Visual Studio 发布一个 TLB 版本? SDK用什么?或者 TLB 是一个适合所有版本的 Visual Studio 的“平面”二进制文件?

I haven't done COM in over 10 years so I was wondering:

When I utilize a 3rd party COM based SDK by importing its TLB file -- is it their responsibility to release a version of TLB for each version of visual studio I use their SDK with? or is TLB a "flat" binary file that fits all versions of visual studio?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

甩你一脸翔 2024-12-15 23:21:09

类型库格式是标准化的,并且独立于任何读取它的工具,包括 Visual Studio。工具使用ITypeLib和ITypeInfo来读取一个,由Oleaut32.dll实现

The type library format is standardized and independent of any tool that reads it, including Visual Studio. Tools use ITypeLib and ITypeInfo to read one, implemented by Oleaut32.dll

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文