是否有用 C++ 编写的 Firefox 5 插件示例?
我见过几个例子,但是对于 Gecko 1.9.2 或更早版本的库,如何用 C++ 创建适用于 Firefox 5 的插件?
奇怪的是,官方网站只给了我 Firefox v.1.5 到 v.3.6 的示例,这就是为什么我遇到了一些困难。
I've seen several examples, but for libraries with Gecko 1.9.2 or earlier, how do I create a plugin for Firefox 5 in C++?
The strange thing is that the official website just to gives me examples for Firefox v. 1.5 through v. 3.6 which is why I have experienced some difficulty.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您最好使用 ctypes。
You're better off using ctypes.