W dniu czwartek, 31 stycznia 2013 14:21:06 UTC+1 użytkownik Joshua Cranmer napisał: > On 1/31/2013 2:37 AM, Nicholas Nethercote wrote: > > > Also, stupid question time: is it possible to build on Windows with > > > GCC and/or clang? > > > It's definitely possible to build with Mingw GCC, but that is a major > ABI-breaking change,
Both extern "C" and XPCOM functions are ABI-compatible. The problem is only with "plain C++" calls, but those are mostly internal calls, so ABI breackage is not really a problem. > and I think we lose the ability to compile against > any Microsoft IDL interfaces. This is a common misunderstanding. Compiling against IDL-based interfaces has always been possible. The problem was with compiling (MS) IDL files itself (which is uncommon thing to do, only accessibility module does that in whole m-c tree) and even that's possible now. Jacek _______________________________________________ dev-platform mailing list dev-platform@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-platform