Hi all,

I have a plugin that use XPCOM. Somewhere in the plugin's code I call do_CreateInstance. It returns NULL and when I step into it in debugger I see that the implementation file does absolutely nothing.

This brings me to the question: do I need to call NS_InitEmbedding in a plugin that use XPCOM? If I do, what libs should I link for it? I tried embed_base_s.lib but it requires something implemented in xpcom.lib, which I most definitely don't want to link.

Many thanks in advance,
Anton.
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to