Re: Registering components under XULRunner 24
Christian Sell <[email protected]> Mon, 17 Feb 2014 01:49:28 -0800 (PST)
| Newsgroups | gmane.comp.mozilla.devel.embedding |
|---|---|
| Message-ID | <[email protected]> |
so I've tried to follow the guide under the URL in my previous mail, but still no success.
However, looking at the source code of my component, and the sample code under the mentioned URL, I found an import reference to an external file:
Components.utils.import("resource://gre/modules/XPCOMUtils.jsm");
so I decided to check whether that file existed. It turns out that it DOES exist in XULRunner 10, but IT DOESN'T EXIST in the XULRunner 24 distro I downloaded from the Mozilla site.
I am a little wary about just copying the file over from V10 to V24. Can you tell me how to proceed?
thanks,
Chris