I updated the xpcom/sample code to make use of the xpcom glue library
more directly. The most significant change is that there is a "magic"
nspr library name for components as illustrated in the sample component.
This allows a component to use the public NS_ functions declared in
nsXPCOM.h without having to link to xpcom directly.
I will write this up in the Component_Reuse doc when I have a bit more
time.
For more information see:
http://www.mozilla.org/projects/xpcom/glue/Component_Reuse.html
http://lxr.mozilla.org/seamonkey/source/xpcom/sample
Doug Turner
[EMAIL PROTECTED]