Olaf wrote:
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.

Olaf,
No examples around that I know of...I've had to piece all the info together from forums (Boris has been a HUGE help), things I've found online and trial and error.

Maybe I can help you, can you show me the code you are using to initialize the embedding?

Another thing you can do is take a look at the mfcEmbed example...it takes a while to sort out everything, but it is a good source...you will find it where you stuck your mozilla code..
mozilla/embedding/tests/mfcembed

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

Reply via email to