yes, i saw these lines in the .cpp file. But it still doesn't work !
so, what's the best way ? deleting the folowing code in the cpp file ???
         LOG_AUTOREG(("FAILED to write manifest\n"));
         NS_ERROR("Failed to write xpti manifest!");



-- 
Beatrice Philippe

[EMAIL PROTECTED]
"Oleg E Kertanov" <[EMAIL PROTECTED]> a ecrit dans le message de
news:[EMAIL PROTECTED]
> Mozilla.embedding ��������, ���:
>
> > Hello !
> > a very strange bug : since today, i cannot run my "application.exe"
(embeds
> > Mozilla) because Mozilla says "failed to write xpti manifest !: 'error'
file
> > "../../xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp": line
1936"
> >
> > Anyone knows this kind of error ? (my app runs on windows 2000 platform)
>
> xpcom/reflect/xptinfo/src/xptiInterfaceInfoManager.cpp, near line 1936
>
> // Failure to write the manifest is not fatal in production builds.
> // However, this would require the next startup to find and read all the
> // xpt files. This will make that startup slower. If this ever becomes a
> // chronic problem for anyone, then we'll want to figure out why!
>
>      if(!xptiManifest::Write(this, &workingSet))
>      {
>          LOG_AUTOREG(("FAILED to write manifest\n"));
>          NS_ERROR("Failed to write xpti manifest!");
>      }
>
>
>
> -- 
> [EMAIL PROTECTED]
> One thousand monkeys.
> One thousand MicroVAXes.
> One thousand years.
> X window.


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

Reply via email to