command prompt appearance

View: New views
2 Messages — Rating Filter:   Alert me  

command prompt appearance

by robi-9 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hello to everyone!

I am creating application on Windows and i am wondering if it is possible to avoid appearance of command prompt while GTK+ application is running?

Thanks in advance
robi

_______________________________________________
gtk-list mailing list
gtk-list@...
http://mail.gnome.org/mailman/listinfo/gtk-list

Re: command prompt appearance

by Dov Grobgeld-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

To erase the window you just need to add a linker flag. With gcc/mingw or cygwin simply add the flag -mwindows. In Visual Studio you have to add the flag /SUBSYSTEM:Windows .

Regards,
Dov

On Tue, Oct 27, 2009 at 09:16, robi <robert.kolozsi@...> wrote:
Hello to everyone!

I am creating application on Windows and i am wondering if it is possible to avoid appearance of command prompt while GTK+ application is running?

Thanks in advance
robi

_______________________________________________
gtk-list mailing list
gtk-list@...
http://mail.gnome.org/mailman/listinfo/gtk-list



_______________________________________________
gtk-list mailing list
gtk-list@...
http://mail.gnome.org/mailman/listinfo/gtk-list