Gecko Javascript 到 c++

发布于 2024-08-10 07:11:36 字数 134 浏览 7 评论 0原文

我正在使用 xulrunner 示例应用程序,并且正在尝试找出如何从 javascript 调用 C++ 代码。我用谷歌搜索了一下,我想到的最好的方法是使用 nsIDOMEventListener 接口,但不知道如何使用。

有什么想法吗?

Im using the xulrunner example application and im trying to work out how to call into c++ code from javascript. I have googled and the best i came up with was to use nsIDOMEventListener interface but have no idea how.

Any ideas?

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

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

发布评论

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

评论(1

云醉月微眠 2024-08-17 07:11:36

什么C++代码,你的代码?这通常是通过用 C++ 创建 XPCOM 组件来完成的。

在最近的版本(我相信是 1.9.2)中,包含了 js-ctypes 库,这是一种从 DLL 中从 JS 调用 C 函数的简单方法,类似于 python 等中的 ctypes。

What C++ code, your code? That's typically done by creating an XPCOM component in C++.

In the most recent builds (1.9.2, I believe) js-ctypes library is included, which is a simple way to call C functions from JS from a DLL and is similar to ctypes in python and others.

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