Re: Creating a Dev-C++ Project under Win32 - how?



Hi Igor,

I have been using this setup for my first look into gtkmm, and it's
quite easy really. It doesn't matter whether you select a console or a
GUI application - although it is sometimes useful to be able to see
the standard out for debugging messages of both your own and gtkmm.

To access the glade files you use libglademm, and there is a good
section in the gtkmm book, which I assume is what you have been
reading. The libglademm section is here:
http://www.gtkmm.org/docs/gtkmm-2.4/docs/tutorial/html/ch19.html

Hope that helps,
Robin


On Thu, 28 Oct 2004 16:55:35 +0400, Igor Gorbounov
<igorbounov topazelectro ru> wrote:
> Hi, All!
> What type of project should I choose to create a gtk (gtkmm) project
> under win32?
> I've tried an empty one to build just a GUI part of my aplication, and
> it works
> nevertheless (I've made all library and includes settings just as
> described in a book
> in gtkmm documentation - but there nothing was said about what type of
> project is to be
> choosed and what is the proper way to handle with the glade files).
> May be there is a smart example somewhere?
>     Igor Gorbounov
> _______________________________________________
> gtkmm-list mailing list
> gtkmm-list gnome org
> http://mail.gnome.org/mailman/listinfo/gtkmm-list
>



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