开发者

How do I link to a DLL from javascript in XULRunner?

开发者 https://www.devze.com 2022-12-11 04:51 出处:网络
I have a dll (that I didn\'t write) and I would like to use it in an XULRunner application. I know nearly nothing about this, so bear with me. Apparently I can use XPCOM to load the dll and then call

I have a dll (that I didn't write) and I would like to use it in an XULRunner application. I know nearly nothing about this, so bear with me. Apparently I can use XPCOM to load the dll and then call functions in it. 开发者_如何学编程How would I do that?


Or you could wait until xulrunner includes js-ctypes and call the DLL directly.

0

精彩评论

暂无评论...
验证码 换一张
取 消