Hi,

Sounds like your Firefox is built as release version with jemalloc.
You can still use this, but have to change the project settings of the
embedding sample to use static linked runtime. Please see:
https://wiki.mozilla.org/Embedding/NewApi/Win32#Using_XULRunner_SDK

 -Pelle

On Sep 10, 8:42 pm, Jerry Evans <[EMAIL PROTECTED]> wrote:
> Hello
>
> I've successfully built the Firefox 3.01 release using Moztools and VC
> 2008 etc. The resulting Firefox application and assocaitd components run
> correctly.
>
> I'm now trying to get the new embedding API sample to work. It compiles
> correctly and links etc. However when I run the app I see a console
> window that displays the following error message:
>
> xpcom: U:\dev\mozilla\objdir\xpcom.dll
> Couldn't start XPCOM glue
> do_CreateInstance webBrowser
>
> The test app then fails in the CreateBrowser() function when calling
>
> rv = baseWindow->InitWindow(mPrivate->parentWindow, 0, x, y, width, height);
>
> GRE_HOME is set:
>
> GRE_HOME=U:\dev\mozilla\objdir
>
> Any clues on how to fix this? Has anyone else got the embedded browser
> tests running or is everyone now busy embedded G**gle's Chrome?
>
> Thanks
>
> Jerry

_______________________________________________
dev-embedding mailing list
dev-embedding@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to