This is the code I use to run my example component
netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect");
const cid = "@starkravingfinkle.org/specialthing;1";
var obj = Components.classes[cid].createInstance();
obj = obj.QueryInterface(Components.interfaces.ISpecialThing); //
This is the line where it crashes
Can anybody help me, please?
Thanks
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom