How to get rid of command prompt under windows os
- From: gk23 <gastoncocce hotmail com>
- To: gtkmm-list gnome org
- Subject: How to get rid of command prompt under windows os
- Date: Tue, 27 Jul 2010 19:44:51 -0700 (PDT)
If I compile and execute the folowing program under windows allways appears
the command prompt windows, and I don't like it.
#include <gtkmm.h>
int main(int argc, char *argv[])
{
Gtk::Main kit(argc, argv);
Gtk::Window window;
Gtk::Main::run(window);
return 0;
}
I wonder if it is possible for a gtkmm application running under windows os
to get rid of the command prompt windows.
hopes somebody can enlighten me
Thanks
--
View this message in context: http://old.nabble.com/How-to-get-rid-of-command-prompt-under-windows-os-tp29282435p29282435.html
Sent from the Gtkmm mailing list archive at Nabble.com.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]