Re: How do I make cmd window disapear



yes, but it's not related to gtk, it's specified by a compiler flag.

if you use mingw, you have to add the --mswindows flag,

if you use vc++, you have to add the /SUBSYSTEM:WINDOWS linker option,
and use WinMain instead of main as your entry point function.

On 10/10/08, liu chenxin <chenxinleo gmail com> wrote:
> When my gtk window is created on windowsXP,a "command line window" allways
> show up behind it.Is there any way to make is gone?
> _______________________________________________
>  gtk-list mailing list
>  gtk-list gnome org
>  http://mail.gnome.org/mailman/listinfo/gtk-list
>
>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]