Giedrius wrote:
Hi Alex.
Thank you for the information.
But I still have one problem.
Has anyone wrote the most simple c++ app to use Gecko SDK?
What I need is c++ app code, in which I could simply change the location
of the primary XUL file to use, compile the project, get executable file
and distribute it with Gecko dlls,
or in other words, how do I pass the xul file's location for Gecko
for it to open a primary app window.
Look at how sunbird does it in mozilla/calendar/sunbird/app
I have used this method myself, and it works quite well. This doesn't use the SDK, just creates a new app bin that changes the default chrome url.
btw, can this be done with gcc under windows?
I do not see why mingw wouldn't work
Justin _______________________________________________ mozilla-embedding mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-embedding
