Thanks, I am having a look at those, and starting to get where I want (it is still a bit confusing, but I am getting there).
Just another question, I don't know if this is the correct place to ask it, but is there a easier way to implement C++ code than having to make a XPCOM component? When I look at it, XPCOM may be a bit overkill for what I need, but I will use it if there isn't any other choice. Thanks, Josh. On 3/10/07, Rajendra Prasad Murakonda <[EMAIL PROTECTED]> wrote:
On 3/10/07, Joshua Henderson <[EMAIL PROTECTED]> wrote: > > > 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: If you are new to XPCOM, IMHO, adding a C++ component is not very simple. But the good news is there's loads of documentation available. When I started it took me 3-4 days to make a very basic C++ component for my extension. I went through the whole of the following book before starting anything. http://www.mozilla.org/projects/xpcom/book/cxc/ HTH, -- Rajendra Prasad Murakonda, http://prodizy.livejournal.com/ _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
-- Hendo _______________________________________________ dev-tech-xpcom mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-xpcom
