Hi,

All the embedding samples use something like

nsCOMPtr<nsIBaseWindow> browserBaseWindow =
do_QueryInterface(mWebBrowser);
browserBaseWindow->InitWindow( mNativeWindow,
                               nsnull, 
                               aX, aY, aCX, aCY);
browserBaseWindow->Create();

to create their browser window. However, nsIBaseWindow is missing in
the gecko SDK. Is there a way to work around that or is this a bug?

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

Reply via email to