How to get rid of command prompt under windows os



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]