Ooohh, this is a neat tool. This will come in handy, but not for what I'm needing at the moment. This seems to only capture debug info sent by the debug print API. I'm needing to capture printf & cout type statements written to a standard console window. I was hoping the gecko/mozilla embedding SDK had maybe a switch or a function I could call that would make all it's statements (warnings, errors, mem dumps) print to a file instead of the standard console window. Thanks for your input!
Niky "Brian" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > You could use the (free) DbgView utility from www.sysinternals.com to > capture the output. From there you could save it out to a file one way or > another. Is that any help? > > Brian > > "Niky Williams" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > On the winEmbed (Yes, I know it is not supported) example, there's a lot > > of > > info that is displayed in the console window. After you close out the > > program, I noticed that right before the console window goes away, there > > is > > what looks like a mem dump. Now to my question :-), is there anyway to > > make > > the info that is being displayed in the console window output to a file > > instead? Maybe some debug switch? Thanks! > > > > Niky > > _______________________________________________ mozilla-embedding mailing list [email protected] http://mail.mozilla.org/listinfo/mozilla-embedding
