3rd 方组件和 COM 组件

发布于 2024-10-31 05:25:53 字数 36 浏览 0 评论 0原文

如何区分现有VB6.0应用程序中的第3方组件和COM组件?

How to differenciate between 3rd party Component and COM Components in existing VB6.0 applications?

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

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

发布评论

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

评论(1

陪你到最终 2024-11-07 05:25:53

第三方组件通常 COM 组件,所以我不确定您的意思。

  • 您是否试图区分第三方组件和 Visual Basic 附带的组件?您可以查阅 Windows 7 当前支持的 Microsoft 组件的列表和 2008。如果您的组件未在此列出,则它可能是第三方组件。 编辑,尽管它也可能是他们不再支持的较旧的 Microsoft 组件。
  • 您是否试图区分 COM 组件和普通 DLL?普通 DLL 中的代码通过 Declare 语句EDIT 访问,有时通过 特殊类型库

感谢鲍勃的有用评论,我现在已将其编辑到我的答案中。

Third party components often are COM components so I'm not sure what you mean.

  • Are you trying to distinguish between third-party components and components that come with Visual Basic? You could consult the list of Microsoft components which are currently supported on Windows 7 and 2008. If your component isn't listed there, it's probably a third-party one. EDIT although it could also be an older Microsoft component that they no longer support.
  • Are you trying to distinguish between COM components and ordinary DLLs? Code in an ordinary DLL is accessed through a Declare statement EDIT and sometimes via a special typelib.

Thanks to Bob for the useful comments which I have now edited into my answer.

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