Go to http://www.gimp.org/win32 and scroll down to the "mailing list" section. There are two official lists that are on yahoo groups. All the info for joining/archives should be there.
I know that the DOS window question is answered somewhere :) Basically though, you need to tell the compiler you are compiling for windows and not for DOS In MSVC you can set a /subsystem: windows project flag.. you probably need to set the entry point symbol to what you're using as well. If you're using cygwyn or gcc, you'll have to check for yourself :) -Andy ----- Original Message ----- From: "Dennis Bjorklund" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 24, 2002 11:53 AM Subject: gtk+ in win32 > I've been compiling some small testprograms using gtk+ (1.3.12) in win32. > This in preparation for compiling a bigger program of mine. It works very > well so far by the way! > > Is there some mailinglist special for win32-gtk? I couldn't find any. > > When I start my program by doubleclicking on the exe-file it does start > but it also opens a dos-window. I'vew noticed that xchat in windows does > not do this so I guess it's possible to get rid of it. Does anyone know? > > I will have more questions in the future (and already now), what forum > should I use to ask them? > > -- > /Dennis > > _______________________________________________ > 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
