|
View:
New views
7 Messages
—
Rating Filter:
Alert me
|
|
|
how to prevent the console window poping out when running gtkmm app in windows vista?I installed gtkmm and minWG in windows vista, and compiled a sample
gtkmm app successfully, it also runs successfully, but the problem is it also pops out a console window with it, how to disable the console window? thanks. -- My platform is Gnu/Linux Debian(sid-amd64, lenny-intelx86) Gnome Mozilla/Iceweasel Gmail/Evolution Gtkmm/Anjuta/Emacs Scim Totem Pidgin. _______________________________________________ gtkmm-list mailing list gtkmm-list@... http://mail.gnome.org/mailman/listinfo/gtkmm-list |
|
|
|
Re: how to prevent the console window poping out when running gtkmm app in windows vista?明覺 wrote:
> I installed gtkmm and minWG in windows vista, and compiled a sample > gtkmm app successfully, it also runs successfully, but the problem is > it also pops out a console window with it, how to disable the console > window? thanks. > I don't program on windows, but if I remember correctly, you have to compile (or link?) with the -mwindows option or something like that. -- jonner _______________________________________________ gtkmm-list mailing list gtkmm-list@... http://mail.gnome.org/mailman/listinfo/gtkmm-list |
|
|
|
|
If you compile a non-console app, you'll also need to define WinMain like I do below:
#if defined(WIN32) || defined (_WIN32) || defined(WIN64) || defined(_WIN64) ---------[ Received Mail Content ]---------- |
| Free embeddable forum powered by Nabble | Forum Help |