If you are developing against gecko-sdk, you also download the binaries of Mozilla dist. You will find the xpchell in the binary distrubution of mozilla. Drop your component on the components directory of the mozilla dist and test.
You will find the following link very helpful http://books.mozdev.org/html/mozilla-chp-8.html in creating and testing a component in JS as well as C++.
Raj Saini
Regards,
Raj Saini
Abhishek Agrawal wrote:
David Bradley wrote:
Abhishek Agrawal wrote:I am very naive developer in XPCOM component development (even in COM development). I restating that I am using gecko-sdk for development of XPCOM components. I am searched full directory of gecko-sdk...I am unable to find any executable name XPCShell(searched using case ignore)? Will you please answer me from the very naive perpective.
Following the instruction of "Creating XPCOM components", I was able to create the required .so along with .xpt .idl file. But browsing through full sdk I was not able to find out a location where I need to put these files and How to know that if this developed component is working well.
Also for excersizing your component in a smaller environment XPCShell works well. XPCShell is a command line JS interpreter. It's documented here http://www.mozilla.org/scriptable/XPCShell.html
David
thanks, Abhishek.
_______________________________________________ Mozilla-xpcom mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-xpcom
