Hi,
I would like to create an embedded XUL application. It won't be a browser, but it will use gecko to render the GUI.
I downloaded & compiled mozilla sources some time ago, an started to look at the mfcEmbed application, but this wasn't a real vc6 project, I was unable to compile or debug it using vc6, I was just able to compile it from the command line.
Now, maybe there is something more usefull around ?
If someone can provide links, code snipets or something, like a basic embedded project with a simple "hello world", it would help me a lot !
Julien
Check to make sure that your mfcembed.dsp file uses windows line endings not unix line endings (which it probably does). For some reason it is fussy about the project files (but not anything else).
Then you will be able to open in properly in VS.
Mike _______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
