The fact is that during XPCOM registration process the XPCOM library load your component in memory but during loading probably the framework don't find your external library therefore it's impossible to resolve external dependency. Try to copy your external library in Mozilla/Firefox dir or add the directory path of external library to your PATH environment.

On 6 Oct 2005 13:25:36 -0700, [EMAIL PROTECTED] <[EMAIL PROTECTED] > wrote:
I have written a xpcom component which has code in it that
accesses external libraries. Compilation and linking works
fine when i link the external libraries, to create my
xpcom component.

But Registration fails. I use regxpcom to register from the
command line.

I tried commenting out the piece of code that accesses external
libraries and then everything seems to work fine.

Any ideas as to why Registration fails when i have external function
calls in the component code.

Thanks
ajay

_______________________________________________
Mozilla-xpcom mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-xpcom



--
...und ich sah die sieben Engel, die da stehen vor Gott, und ihnen wurden sieben Posaunen gegeben... - aus der Offenbarung des Johannes (Apokalypse)

Reply via email to