Application doesn't end
Franky Braem
f.braem at skynet.be
Fri Dec 8 13:46:49 PST 2006
Franky Braem wrote:
> I finally have managed to run wxJS on Ubuntu. It runs the scripts fine,
> but it doesn't end. After all windows are closed, the OnExit (in the gui
> wxApp) is called, but I have to press Ctrl-C to end the console program.
>
> wxJS itself is a console application, which loads dll's that can have
> there own wxApp. The gui module does this.
>
> One other thing that I see: When wxJS starts to log messages it writes
> them to stdout. Once the gui module is loaded, it shows a dialog with
> the next log messages. Is there a way to keep those log messages on stdout?
>
> Franky.
It doesn't seem a GUI or DLL problem.
wxJS itself is a console application and returns 0 in OnRun. On windows
the program ends, on Ubuntu it hangs and I have to press Ctrl-C.
Franky.
More information about the wx-users
mailing list