Thanks. It finally compiled. I tried including nsArray.h before, but it gave me countless errors. With nsIArray.h the compilation proceeds without problem
Mark On Aug 7, 2:32 pm, Benjamin Smedberg <[EMAIL PROTECTED]> wrote: > Mark wrote: > > nsIArray.h is not included in gecko-sdk, that's why I cannot include > > it. > > That's correct. At the time 1.8 was released, nsIArray was not a frozen > interface and was therefore not included in the SDK. You will have to obtain > a copy of that header from a Firefox build tree or some other source in > order to use that interface from C++. > > --BDS _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
