Re: auto-generated file 'gtkmm/widget.h' (widget.hg)

2013-08-16 Thread Kjell Ahlstedt
2013-08-14 10:20, John Emmas skrev: On 13/08/2013 19:07, Kjell Ahlstedt wrote: *_WRAP_METHOD* #ifndef has deliberately been moved. New versions of gmmproc puts both comment and function declaration inside #ifndef/#endif. That's the right thing to do. If xxx_DISABLE_DEPRECATED is defined when

Re: Conflict between windows.h and giomm/dbusmessage.h (2)

2013-08-16 Thread Jonas Platte
I could imagine that the problem is not caused by windows.h, but by winsock.h as the documentation says Gio::Socket uses winsock2 (afaik winsock2.h) and gio(mm) compiles on windows. Have you tried only including giomm.h and windows.h without winsock? If you have no special reason to use

Where must I store the share folder in a GTK+3.7.2 windows project ?

2013-08-16 Thread Dos Santos, Oliveira
Hi everybody, The last week, I received my license for MSVC 2012 and I was able to finish my first build of Gtk (3.7.2) and Gtkmm (3.6.0) which seems to work perfectly. By the way, I followed the Chun Wei Fan tutorial for MSVC and all libraries run in 32 and 64 bits. But I don't understand

Re: Using mm-common files in a C++ project

2013-08-16 Thread Kjell Ahlstedt
I don't think there is any very thorough documentation of mm-common. You can find some information in its README file, https://git.gnome.org/browse/mm-common/tree/README, and in the chapter /Wrapping C Libraries with gmmproc/ in the gtkmm tutorial,