5 Sep
2005
5 Sep
'05
5:58 p.m.
On Mon, Sep 05, 2005 at 03:38:56PM +0100, Hal Lorenz wrote:
Hi there,
While not a strictly Inkscape-related question, Inkscape is one of the best gtkmm/c++ apps around (or at least I hope, as I noticed you started with gtk/c), so I thought you might be able to help.
My problem is that the resulting .exe opens the console Window along with the GUI, Inkscape doesn't do this, and I wondered how you achieved that.
I think you may need to redirect console output somewhere in order to prevent this. See src/ui/dialog/messages.cpp for what we do to redirect things (in particular see Messages::captureLogMessages()).
Bryce