I am currently learning how to create Firefox addons using XPCOM and I want to know how to include thirdparty libraries to develop them. I followed a few tutorials to compile .xpt and .dll from c++ fi
Hi I have an XPCOM component which I\'m now converting to us开发者_Python百科e ctypes. I was able to create functions that take a wchar_t* and I define the functions using ctypes.jschar.ptr.
I have a Firefox extension that pops up a log-in form (it\'s a c++ winform, not that it matters...). It is done using callCom technique 开发者_如何学JAVA- meaning the c++ client is integrated, initial
I have an XPCOM component whose source when compiled, works fine on Linux, but does not work on Windows.The DLL is clearly being loaded as expected by Firefox as revealed by the dependency walker prog
I\'m stuck with no clues how to copy image to clipboard. My code looks like this: var image = \"data:image/png;base64,...\"
Is there a way add an event handle开发者_开发问答r in a Thunderbird extension that fires when the user clicks \"Reply\"?In compose_overlay.js:
I have an intranet web application who needs to run some external applications, like Word, Notepad and other particular ones... My code allow the access with IE (ActiveX) and Firefox (XPCOM). When I u
I\'m developing a Firefox extension that uses PyXPCOM to run a process. I would like to have a progress meter that is shown when the process is started and gives feedback to the user.
I\'m developing a firefox addon which is depended on Python (which means that the user must install PyXpcomExt on his firefox). On the other hand I used PyCrypto lib (based on python) for encryption p
While I know much of XPCOM is impl开发者_Go百科emented in C++, it would still be great to have JavaScript stubs with empty functions, constants, and JSDoc. These could be used to support code completi