7 Mar 2007 19:41:05 -0800, timeless <[EMAIL PROTECTED]>:

On Mar 7, 12:54 pm, "Ivan Chirkov" <[EMAIL PROTECTED]> wrote:
> I built mozilla with --enable-static flag and now my embedding crashes.
What
> lib I need to link with my exe file to make it works?

Could you possibly be more vague?
Hrm, please don't.

How about listing:
1. the stack trace for your crash


it's getting NULL here:
// Get the nsIWebBrowser object for our embedded window.
nsCOMPtr<nsIWebBrowser> webBrowser;
window->GetWebBrowser(getter_AddRefs(webBrowser));

2. the linker line you're using


link.exe from MSVC2005

3. the complete configure flags you're using


./configure --disable-xft --disable-xprint --disable-gnomevfs
--disable-gnomeui --disable-jsd --enable-logging --enable-application=suite
--enable-default-toolkit=qt --disable-freetype2 --prefix=...
--exec-prefix=... --enable-debug --with-qtdir=c:/Qt/4.2.2 --disable-calendar
--disable-mailnews --disable-ldap --disable-jsd --disable-mochitest
--disable-installer --disable-updater --enable-static --disable-tests
--disable-optimize --disable-crypto --disable-shared


4. the compiler you're using.


MSVC2005

Seems like it wanna embedcomponents.dll, but cannot find it.

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to