Hi, I really cannot figure out what I am missing. All I am trying to do is use the nsVoidArray to make an array of strings and use them.
It has consumed my whole afternoon already. I have mozilla source code and I haev set up a gecko development environment. When I include "nsVoidArray.h" to access the class, there is a linker error to define the ctor and the ctor. Then I tried just an IMutableArray, there it complained about NS_NewArray()..when I included nsArray.h where it is declared, it complained about some thing else in the virual operator overriding method. Can someone tell me what I am missing? is there a specific library that I should include in my Visual Studio env...similar to embedstring.lib and stuff Any help is appreciated, Thanks, lav _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
