Hello ! I have three questions : 1) is there any way to prevent assertions (NS_ASSERTION(...)) from displaying on the screen, because this kind of message blocks my application.
Compile without debug... i.e. --disable-debug --enable-optimize
2) is it absolutely necessary to instanciate a window to display a webPage loaded for retrieving the frames (i mean nsiFrame objects) ?
I'm pretty sure so, yes; unless you find some other renderingcontext and friends.
2) may i compile my Windows application (based on "winembed.exe") as a dll file ? in fact, i'd like to make a dll for calling it by java via jni.
well, "yes". Are you asking how to do it? It should be as simple as getting your compiler/linker to generate a DLL and moving stuff from main/WinMain to some appropriate dll functions...
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding
