Reputation: 1038
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?
Upvotes: 0
Views: 977
Reputation: 37221
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:
Upvotes: 2