hello,
how can work with DLL in javascipt.how to call the function of that DLL.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Munesh SharmaPosted May 2, 2016, 7:31 AM
Shakti Singh DulawatPosted May 2, 2016, 6:57 AM
You definitely need a plug-in, extension or ActiveX of your own installed on the client.
In the case of a firefox extension, you can use https://developer.mozilla.org/en-US/docs/Mozilla/js-ctypes to wrap the calls easily.
If you use the Jetpack API included with Firefox 4, it will be all JavaScript and won't even require a browser restart.
Here's an exemple from mozilla.org for a basic Hello World :