On May 17, 6:37 pm, JanakiRam <[EMAIL PROTECTED]> wrote: > Now i'm writing an XPCOM Component using C++ . For accessing > Mac Specific Features , can i use ObjectiveC with C++. If so please > provide some pointers/suggestions on this.
http://mxr.mozilla.org/mozilla/source/camino/src/application/AppComponents.mm you could just write components in ObjC++. But you can mix however you like as long as your compiler doesn't object and you manage to get proper objects in the end. _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
