views:

91

answers:

2

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?

+1  A: 

See this tutorial for a start.

bmargulies
+1  A: 

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

Neil