From: John L. <jla...@gm...> - 2006-12-05 23:37:15
|
On 12/5/06, Andre <ar...@ki...> wrote: > John Labenski <jlabenski@...> writes: > > > > I have not looked too much at the console, doesn't this pop up a text > > box to show the output in? It's a hack for MSW since usually stuff > > printed to stdout goes nowhere. This would be a nice option though. > > Yes the console receives the stdout and stderr (I believe). I think you meant to add -c instead of remove it? Since it wasn't there before. Anyway, I added -c and tweaked up the C++ console code, fixed saving of the files before running them, and now print out the process id for informational purposes. Please try the latest CVS and see if it works a little more nicely. I'll test tonight in Linux to see where the output goes, IIRC it goes nowhere for a spawned process so we'll have to use the wxLuaConsole there too. Regards, John Labenski |