On Mar 8, 4:22 pm, "Ivan Chirkov" <[EMAIL PROTECTED]> wrote: > > 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));
that's not a stack trace. you said getting null, but i don't even know if that means window is null or webBrowser. > 2. the linker line you're using > > link.exe from MSVC2005 that's a linker, not the command line that you used with the linker to make your exe? > 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 this isn't supported, at least not with any recent branch. and certainly not on windows. > --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
