在 Firefox 中运行 ActiveX DLL
大家好: 我在Delphi中编写了一个activeX dll,我想在firefox中运行。我怎样才能做到这一点?
无论如何,我可以直接从这个 dll 中创建一个 .xpt 吗?
Hello Guys:
I have written an activeX dll in Delphi and I want to run in in firefox. How can I do that?
Is there anyway that I can make an .xpt directly form this dll or not?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
恐怕没有办法直接从 DLL 生成 .xpi。默认情况下,ActiveX 控件需要 ActiveX 主机,而 Firefox 不需要。不过,似乎可以通过安装的插件来实现。
在 Google 上快速搜索“firefox activex”即可发现:
I'm afraid there is no way to just make an .xpi directly from the DLL. An ActiveX control needs an ActiveX host which Firefox is not, by default. It seems it can be, however, with an installed plugin.
A quick Google search for "firefox activex" reveals: