Re: gtk+ in Windows with VC6
- From: Wolfgang Sourdeau <wolfgang iNsu com>
- To: bokonon rochester rr com
- Cc: kelch act org, gtk-devel-list gnome org
- Subject: Re: gtk+ in Windows with VC6
- Date: Mon, 31 Jul 2000 17:43:02 -0400 (EDT)
> Hello,
> I use gcc in Windows 2000 to compile my GTK+ app, and I believe
> that even in that set up one gets the pop-up console (though I'm not sure
> because I haven't compiled the program in windows for a while). You might
> want to try mailing the GTK+ win32 mailing list (see http://www.gtk.org
> for a link to the GTK+ Win32 page) since Tor (I think that's his name) has
> compiled gimp, and that doesn't have a pop-up window.
>
> Sincerely,
> Caleb Land
> (bokonon@rochester.rr.com)
There are three things to be done to avoid that console when compiiling
with gcc.
1) use the -mwindows flag with gcc;
2) don't use printf and related
3) avoid errors; otherwise the lib's printfs and related will get
used.
W
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]