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.
source
share