I noticed that there is now a gecko-sdk-win32.zip file in the nightly builds located at
ftp://ftp.mozilla.org/pub/mozilla/nightly/latest/ Is this a snapshot of what the SDK is going to be like when it's released? I've pulled it down and attempted to create a sample MFC project (while looking heavily at the MFCEmbed sample). Two things that I noticed: To get around compilation issues in my project due to some header files not being present in the SDK, the following had to be defined for the project: XPCOM_GLUE MOZILLA_STRICT_API The following header files were needed (at least by the code stolen from MFCEmbed) but were not present: nsIBaseWindow.h nsIWebNavigation.h Are these files not really necessary and I should stop looking so much at MFCEmbed's code? Or will these possibly be added to the sdk package? I apologize if this isn't ready for anyone to look at it yet, I just saw it and wanted to give it a shot. Thank you.
