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.

I am sorry for this really simple, and probably obvious question, but all
the tutorials I have tried all tell me different things. The code that I
want to use in a (FF) extension is:

#include <iostream>
using namespace std;

int hello () {
       return("HLB");
}
(very simple yes, but I will add more complex code to it later)

Any help would be great!

--
Joshua Henderson
_______________________________________________
dev-tech-xpcom mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-xpcom

Reply via email to