[EMAIL PROTECTED] wrote:
But what I don't know is if the Windows version of the Gecko-SDK and XULRunner packages are binary-compatable with components built with cygwin or minGW.
The gcc ABI and the MSVC ABI are fundamentally incompatible, so no, you cannot build your component on gcc/mingw and expect it to work with the MSVC xulrunner. You could perhaps build xulrunner yourself using the gcc/mingw toolchain. However, since the free MSVC toolkit will work fine, why don't you use that?
--BDS _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
