I am using gtkmm on a win32 platform. Whenever I start a gtkmm application, the computer always also creates a console window. Is there anyway to have the console window come up minimized?
To disable the console, use the -mwindows option with g++ (at link time).
Cedric _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
