I'm trying to test what is needed to integrate Gecko in my own application. I've downloaded the Mozilla Firefox code from CVS and build it. It all compiles perfectly and I get a working firefox.exe.
But now I want to build a simple program embedding Gecko. I can't even get NS_InitEmbedding to work. When I try code from the examples, I always get stuck because of some issues with nsString related files or I get into trouble when using a ComPtr because of some unresolved external. Is there a complete and up-to-date example floating around somewhere on the net? Preferably in Visual Studio 2005. _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
