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 <[EMAIL PROTECTED]> 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
>  [email protected]
>  http://mail.gnome.org/mailman/listinfo/gtk-list
>
>
_______________________________________________
gtk-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-list

Reply via email to