[EMAIL PROTECTED] wrote:
One last question: Against which gecko-sdk version should I compile to achieve most compatibilty. I want to use frozen API plus XPCOM_STRICT_API. Since which version have they been frozen?
You should use the gecko SDK from the earliest release of Mozilla/Firefox that you want to support. For example, if you are building an extension that you want to work in Firefox 1.0 and 1.5, you should use the SDK from gecko 1.7. If you just want things to work in Firefox 1.5 and later, use the SDK from gecko 1.8. We add new features to the SDK in each release, so the 1.8 sdk is going to be much more powerful than the 1.7 SDK, and the 1.4 sdk is going to be almost useless ;-)
--BDS _______________________________________________ Mozilla-xpcom mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-xpcom
