On Mar 10, 12:20 am, "Joshua Henderson" <[EMAIL PROTECTED]> wrote: > Hello All; > > I am real new to XPCOM, and have no idea what I need to do. Basically, at > the moment, I want to be able to get a simple C++ function into a component > into a extension. Once I manage to make it a component, I will be able to > work from there to add the C++ code that I need.
Overall book on XPCOM, including building XPCOM in C++: http://developer.mozilla.org/en/docs/Creating_XPCOM_Components:Preface A quick start guide for building a Visual Studio C++ XPCOM component (also has information that can be used to build on other platforms): http://developer.mozilla.org/en/docs/How_to_build_a_binary_XPCOM_component_using_Visual_Studio _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
