从 JS XPCOM 调用 dll 函数

发布于 2024-09-27 02:59:21 字数 92 浏览 6 评论 0原文

我想知道XPCOM JS是否可以调用外部dll函数?

我有一个公开某些函数的 dll。我希望我的 XPCOM JS 函数能够调用 dll 函数。是否可以?

I wanted to know if the XPCOM JS can call an external dll function?

I have a dll that exposes certain functions. I want my XPCOM JS function to be able to call the dll function. Is it possible?

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

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

发布评论

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

评论(2

Spring初心 2024-10-04 02:59:21

好吧,除非 dll 是 XPCOM 组件,否则您无法从 JS 调用外部 dll,请查看此处 https://developer.mozilla .org/en/How_to_build_a_binary_XPCOM_component_using_Visual_Studio
然后你可以使用JS通过在XPT中定义它们来调用dll公开的函数

编辑教程:http://nerdlife.net/building-ac-xpcom-component-in-windows/

well you cannot call external dlls from JS unless the dlls are XPCOM components take a look here https://developer.mozilla.org/en/How_to_build_a_binary_XPCOM_component_using_Visual_Studio
then u can use JS to call the functions exposed by the dlls by defining them in the XPT

edit a tutorial : http://nerdlife.net/building-a-c-xpcom-component-in-windows/

自控 2024-10-04 02:59:21

在 Firefox 4 及更高版本中,您可以使用 JS C-Types 来完成此操作。

In Firefox 4 and later, you can use JS C-Types to accomplish this.

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