I have a dll written in c++. now i need to call the functions in the dll from a html page.
I have done this by calling the dll in vbscript (Activex) so that i can r
You can write an NPAPI plugin for both Mozilla and Chrome. Or you can use Firebreath plugin, but there may arise some dependency issue.