Call a .dll function from an html page that runs on chrome and firefox

I have a dll written in C ++. Now I need to call the functions in the dll from the html page.

I did this by calling the dll in vbscript (Activex) so that I could only run in IE.

Now I need to run this in both Chrome and Firefox.

What do I need to do, do I need to write in javascript simply or do you need to develop any extensions for this?

can anyone give a solution with a simple demo for this?

Thanks in advance.

+5
source share
3 answers

Thanks for the replies to friends.

I have another solution. I wrote signed applets to call a dll that runs from html or any web application. It almost works on all browsers.

http://www.javaworld.com/javaworld/jw-10-1998/jw-10-apptowin32.html

0

, .

Firefox XPI aka "addon"

Chrome extensions

- DLL , - java-, DLL, "" .

+3

NPAPI Mozilla Chrome. Firebreath, .

+1

All Articles