I have created a Windows library with the implementation of nsIModule (and nsIProtocolHandler) a while back. I've got a goal to debug, but Firefox does not run much of my library, I have my module re-written to regxpcom
and xpti.dat
and compreg.dat
, but my contract-id is not listed if I have Firefox or RegXCom debug Try rana do, does not like to load my DLL seems (where he NSGetModule
call your code).
The process? Do I need to provide a .xpt
file? Before that was not required, and I do not need any interface / self use, so if I do this then it will be an empty type of library ...
I have searched something else, and I came to know that I need to create an XPI file.
Comments
Post a Comment