[EMAIL PROTECTED] wrote: >> I've built and compiled a C++ XPCOM component for use with my FF / TB >> extension. When testing in Linux the component will not be registered if I >> place it in a platform specific directory as described here: >> http://developer.mozilla.org/en/docs/Bundles#Platform-specific_Subdirectories
How do you know that platform/ABI are correct? You should probably check the values in nsIXULAppInfo to make sure they are what you expect. In particular, we have a known issues where those values may be wrong (different) when cross-compiling. --BDS _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
