Porati S�bastien wrote:

I have a problem. I wrote a little program to test Mozilla Embedding. I suceed to compile, at execution time i have this error for NS_InitEmbedding :

[snip]

/* Returned when a class is not registered */
#define NS_ERROR_FACTORY_NOT_REGISTERED    ((nsresult) 0x80040154L)

It sounds like you're not including all of the components that embedding needs in your components/ folder. The best way to figure out what's happening is to run a debugger through the code until you find out what call is failing.


--BDS
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to