Sherry Michael wrote:
I've discovered the exports from xpcom.dll changed with the Mozilla 1.6b1 build (my sample plugin test failed in Firefox 1.0).
If you desire to be compatible with multiple versions of XPCOM, you must make sure to use only the *frozen* exports and interfaces. The frozen exports can be found in nsXPCOM.h, and the frozen interfaces are marked with @status FROZEN and are included in the SDK.
When using the frozen API you should also define XPCOM_STRICT_API in your build environment.
--BDS _______________________________________________ Mozilla-xpcom mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom
