Hello,

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 :

        nsRes = NS_InitEmbedding(nsnull, nsnull);

        if (NS_FAILED(nsRes)) {

                wxString msg;
                msg.Printf( _T("NS_InitEmbedding FAILED (rv=0x%08x)\n"), nsRes);

I found this in nsError.h :

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

What is the problem?

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

Reply via email to